[debug] Add a debug area for the MGCP code of On Waves

This commit is contained in:
Holger Hans Peter Freyther 2009-11-20 13:05:48 +01:00
parent 32201c50a5
commit ff5fa4e455
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#define DSCCP 0x10000
#define DMSC 0x20000
#define DMGCP 0x40000
#ifdef DEBUG
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)
#define DEBUGPC(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 1, fmt, ## args)

View File

@ -59,6 +59,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DMEAS, "DMEAS", "", "")
DEBUG_CATEGORY(DSCCP, "DSCCP", "", "")
DEBUG_CATEGORY(DMSC, "DMSC", "", "")
DEBUG_CATEGORY(DMGCP, "DMGCP", "", "")
};
static int use_color = 1;