summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-01-11 19:40:14 +0000
committerNick Mathewson <nickm@torproject.org>2006-01-11 19:40:14 +0000
commit099b9ce2f9d28e36628f26b465fe52eec4fa59ac (patch)
treeef1f527e0a2a563def21237aae182ef4002bb9fe /src/common/log.h
parent856546925a0dacd77eb1576493e80e164ed854a1 (diff)
downloadtor-099b9ce2f9d28e36628f26b465fe52eec4fa59ac.tar.gz
tor-099b9ce2f9d28e36628f26b465fe52eec4fa59ac.zip
Fix bug 230: add a rollback function to reverse all changes since the last mark_logs_temp(), and move log initialization into the two-phase part of option setting.
svn:r5803
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 2b8c03573e..852460b4bc 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -107,6 +107,7 @@ void switch_logs_debug(void);
void close_logs(void);
void add_temp_log(void);
void close_temp_logs(void);
+void rollback_log_changes(void);
void mark_logs_temp(void);
void configure_libevent_logging(void);
void suppress_libevent_log_msg(const char *msg);