summaryrefslogtreecommitdiff
path: root/common/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.h')
-rw-r--r--common/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.h b/common/debug.h
index 0dcfeae..6106f19 100644
--- a/common/debug.h
+++ b/common/debug.h
@@ -45,6 +45,7 @@ enum {
P11_DEBUG_PROXY = 1 << 4,
P11_DEBUG_TRUST = 1 << 5,
P11_DEBUG_TOOL = 1 << 6,
+ P11_DEBUG_RPC = 1 << 7,
};
extern int p11_debug_current_flags;