summaryrefslogtreecommitdiff
path: root/p11-kit/debug.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-08-24 15:34:13 +0200
committerStef Walter <stefw@collabora.co.uk>2011-08-24 15:34:13 +0200
commit25512ca5a03d723a84d6de67a7036188d08ec21b (patch)
treef43fe722944257497be4dfd2edfe1ef535979bf2 /p11-kit/debug.h
parent61c925fda7385392b3961f0b44049b9ff7a68093 (diff)
Fix bugs in the p11-kit proxy module.
* Initialize the mappings properly * Lookup session handles correctly * Debug initialization and finalization
Diffstat (limited to 'p11-kit/debug.h')
-rw-r--r--p11-kit/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/p11-kit/debug.h b/p11-kit/debug.h
index acc9ca6..2d6a226 100644
--- a/p11-kit/debug.h
+++ b/p11-kit/debug.h
@@ -39,7 +39,8 @@
typedef enum {
DEBUG_LIB = 1 << 1,
DEBUG_CONF = 1 << 2,
- DEBUG_URI = 1 << 3
+ DEBUG_URI = 1 << 3,
+ DEBUG_PROXY = 1 << 4,
} DebugFlags;
extern int debug_current_flags;