diff options
Diffstat (limited to 'src/assuan.h')
-rw-r--r-- | src/assuan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan.h b/src/assuan.h index 6509310..c275287 100644 --- a/src/assuan.h +++ b/src/assuan.h @@ -159,6 +159,7 @@ typedef struct assuan_malloc_hooks *assuan_malloc_hooks_t; #define ASSUAN_LOG_ENGINE 3 #define ASSUAN_LOG_DATA 4 #define ASSUAN_LOG_SYSIO 5 +#define ASSUAN_LOG_CONTROL 8 /* If MSG is NULL, return true/false depending on if this category is logged. This is used to probe before expensive log message |