diff options
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 4 |
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); |