libosmogapk: rename the 'logging.c' to 'common.c'

There are not so much code, related to internal logging subsystem.
So, there is no reason to keep a few lines in a dedicated file.
In the future one may also be used for other routines.
This commit is contained in:
Vadim Yanitskiy 2017-09-09 14:09:55 +03:00
parent 14637746d3
commit 750c896b4a
2 changed files with 3 additions and 2 deletions

View File

@ -76,9 +76,9 @@ libosmogapk_la_SOURCES += \
benchmark.c \
$(NULL)
# Logging
# Common routines
libosmogapk_la_SOURCES += \
logging.c \
common.c \
$(NULL)
# libosmogapk representative application

View File

@ -17,6 +17,7 @@
* along with gapk. If not, see <http://www.gnu.org/licenses/>.
*/
/* Internal GAPK logging */
int osmo_gapk_log_init_complete = 0;
int osmo_gapk_log_subsys;