Debug: Added PARSE debug flag
This commit is contained in:
parent
03a9c03b1c
commit
c353c6dcab
21 changed files with 45 additions and 31 deletions
|
|
@ -75,6 +75,7 @@
|
|||
#define CLIXON_DBG_EVENT 0x00004000 /* Event processing */
|
||||
#define CLIXON_DBG_RPC 0x00008000 /* RPC handling */
|
||||
#define CLIXON_DBG_STREAM 0x00010000 /* Notification streams */
|
||||
#define CLIXON_DBG_PARSE 0x00020000 /* Parser */
|
||||
|
||||
/* External applications */
|
||||
#define CLIXON_DBG_APP 0x00100000 /* External application */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue