[or-cvs] Switch remaining files to new log interface.

Nick Mathewson nickm at seul.org
Tue Oct 25 17:52:16 UTC 2005


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

Modified Files:
	log.h 
Log Message:
Switch remaining files to new log interface.

Index: log.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- log.h	25 Oct 2005 17:41:43 -0000	1.55
+++ log.h	25 Oct 2005 17:52:14 -0000	1.56
@@ -87,6 +87,8 @@
 /** Generic edge-connection functionality. */
 #define LD_EDGE     (1u<<16)
 #define LD_EXIT     LD_EDGE
+/** Bandwidth accounting. */
+#define LD_ACCT     (1u<<17)
 
 typedef void (*log_callback)(int severity, unsigned int domain, const char *msg);
 



More information about the tor-commits mailing list