[or-cvs] Change more files to new loggin interface. 3 left.

Nick Mathewson nickm at seul.org
Tue Oct 25 08:20:12 UTC 2005


Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv25690/src/common

Modified Files:
	log.h 
Log Message:
Change more files to new loggin interface. 3 left.

Index: log.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- log.h	25 Oct 2005 07:05:03 -0000	1.53
+++ log.h	25 Oct 2005 08:20:10 -0000	1.54
@@ -84,8 +84,9 @@
 #define LD_DIRSERV  (1u<<14)
 /** Onion routing protocol. */
 #define LD_OR       (1u<<15)
-/** Connections leaving Tor, other exit stuff. */
-#define LD_EXIT     (1u<<16)
+/** Generic edge-connection functionality. */
+#define LD_EDGE     (1u<<16)
+#define LD_EXIT     LD_EDGE
 
 typedef void (*log_callback)(int severity, unsigned int domain, const char *msg);
 



More information about the tor-commits mailing list