Add RPC-specific debugging

This commit is contained in:
Philip Prindeville 2024-01-29 09:31:34 -07:00 committed by Olof Hagsand
parent f8de2b7c0a
commit 86f251f343
2 changed files with 9 additions and 8 deletions

View file

@ -65,6 +65,7 @@
#define CLIXON_DBG_PROC 0x000080 /* Process handling */
#define CLIXON_DBG_DATASTORE 0x000100 /* Datastore management */
#define CLIXON_DBG_EVENT 0x000200 /* Event processing */
#define CLIXON_DBG_RPC 0x000400 /* RPC handling */
#define CLIXON_DBG_SMASK 0x00ffff /* Subject mask */
/*