summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index a33dd4ccd4..b06ea248f9 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -80,6 +80,10 @@
#define LD_BUG 12
/** Learning and using information about Tor servers. */
#define LD_DIR 13
+/** Learning and using information about Tor servers. */
+#define LD_DIRSERV 14
+/** Onion routing protocol. */
+#define LD_OR 15
typedef void (*log_callback)(int severity, int domain, const char *msg);