Add process-specific logging

This commit is contained in:
Philip Prindeville 2024-01-18 11:05:30 -07:00 committed by Olof Hagsand
parent f923524378
commit 42a92f262a
2 changed files with 41 additions and 35 deletions

View file

@ -62,6 +62,7 @@
#define CLIXON_DBG_YANG 0x000010 /* YANG processing */
#define CLIXON_DBG_CLIENT 0x000020 /* App-specific */
#define CLIXON_DBG_NACM 0x000040 /* NACM processing */
#define CLIXON_DBG_PROC 0x000080 /* Process handling */
#define CLIXON_DBG_SMASK 0x00ffff /* Subject mask */
/*