Add event-processing logging

This commit is contained in:
Philip Prindeville 2024-01-21 10:55:19 -07:00 committed by Olof Hagsand
parent aca278ccf9
commit 981ea5036d
2 changed files with 9 additions and 8 deletions

View file

@ -64,6 +64,7 @@
#define CLIXON_DBG_NACM 0x000040 /* NACM processing */
#define CLIXON_DBG_PROC 0x000080 /* Process handling */
#define CLIXON_DBG_DATASTORE 0x000100 /* Datastore management */
#define CLIXON_DBG_EVENT 0x000200 /* Event processing */
#define CLIXON_DBG_SMASK 0x00ffff /* Subject mask */
/*