Explorar o código

add more domains

svn:r5300
Nick Mathewson %!s(int64=20) %!d(string=hai) anos
pai
achega
beaf898fe5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/common/log.h

+ 4 - 0
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);