aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-27 10:51:37 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-27 10:51:37 +0200
commit1f0b8c26f78a71b1dd948c464f15d0166e706792 (patch)
tree53ff8746332200901f804410dc6f17c861b110d2 /include/osmocom/core
parentb43bc048eb4c2c0855d4d7c4ad6b0b3c14e50eb2 (diff)
add LAPDm code from osmocom-bb into libosmocore0.3.3
Diffstat (limited to 'include/osmocom/core')
-rw-r--r--include/osmocom/core/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index b477a668..4276b3af 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -38,7 +38,8 @@ void logp(int subsys, char *file, int line, int cont, const char *format, ...) _
/* logging levels defined by the library itself */
#define DLGLOBAL -1
-#define OSMO_NUM_DLIB 1
+#define DLLAPDM -2
+#define OSMO_NUM_DLIB 2
struct log_category {
uint8_t loglevel;