diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-24 19:36:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-24 19:36:43 +0000 |
commit | beaf898fe5fd0e4cf8b21313f5436c26e6c76fe0 (patch) | |
tree | 30c982ce8867d523f5f279008fdc4abb0da9bb46 | |
parent | a1a87857a7beb47e03333c72815ca8f570442559 (diff) | |
download | tor-beaf898fe5fd0e4cf8b21313f5436c26e6c76fe0.tar tor-beaf898fe5fd0e4cf8b21313f5436c26e6c76fe0.tar.gz |
add more domains
svn:r5300
-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 a33dd4ccd..b06ea248f 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); |