diff options
Diffstat (limited to 'common/debug.h')
-rw-r--r-- | common/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.h b/common/debug.h index eb2afa9..f8b2cf4 100644 --- a/common/debug.h +++ b/common/debug.h @@ -44,6 +44,7 @@ enum { P11_DEBUG_URI = 1 << 3, P11_DEBUG_PROXY = 1 << 4, P11_DEBUG_TRUST = 1 << 5, + P11_DEBUG_TOOL = 1 << 6, }; extern int p11_debug_current_flags; |