From beaf898fe5fd0e4cf8b21313f5436c26e6c76fe0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 24 Oct 2005 19:36:43 +0000 Subject: add more domains svn:r5300 --- src/common/log.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common') 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); -- cgit v1.2.3