[or-cvs] add more domains
Nick Mathewson
nickm at seul.org
Mon Oct 24 19:36:46 UTC 2005
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv26517/common
Modified Files:
log.h
Log Message:
add more domains
Index: log.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- log.h 24 Oct 2005 18:37:09 -0000 1.51
+++ log.h 24 Oct 2005 19:36:43 -0000 1.52
@@ -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);
More information about the tor-commits
mailing list