debug: Create a region for Paging Command

This commit is contained in:
Harald Welte 2008-12-29 04:06:41 +00:00
parent bb16e8e39a
commit d35b6a7b12
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#define DRSL 0x0010
#define DNM 0x0020
#define DSMS 0x0100
#define DPAG 0x0200
#define DMI 0x1000
#define DMIB 0x2000

View File

@ -50,6 +50,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DRSL, "DRSSL","\033[1;35m", "")
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")
DEBUG_CATEGORY(DSMS, "DSMS", "\033[1;37m", "")
DEBUG_CATEGORY(DPAG, "DPAG", "\033[1;38m", "")
};
static int use_color = 1;