NMT / DMS: User data facility support (required for SMS)
This commit is contained in:
@@ -50,6 +50,7 @@ struct debug_cat {
|
||||
{ "mncc", "\033[1;32m" },
|
||||
{ "database", "\033[0;33m" },
|
||||
{ "transaction", "\033[0;32m" },
|
||||
{ "dms", "\033[0;33m" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#define DMNCC 10
|
||||
#define DDB 11
|
||||
#define DTRANS 12
|
||||
#define DDMS 13
|
||||
|
||||
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, fmt, ## arg)
|
||||
void _printdebug(const char *file, const char *function, int line, int cat, int level, const char *fmt, ...);
|
||||
|
Reference in New Issue
Block a user