aboutsummaryrefslogtreecommitdiff
path: root/src/common/torlog.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-20 15:21:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-20 15:21:48 -0400
commitc21377e7bcc70d2a456409225d8b2d91990a14cd (patch)
treed8d55aa4d85929f1631fc487e9ed2e7991d2dd3b /src/common/torlog.h
parent29f2f7ce9af19f22187098fad6d002a6e5a46479 (diff)
downloadtor-c21377e7bcc70d2a456409225d8b2d91990a14cd.tar
tor-c21377e7bcc70d2a456409225d8b2d91990a14cd.tar.gz
sandbox: support logfile rotation
Fixes bug 12032; bugfix on 0.2.5.1-alpha
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r--src/common/torlog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h
index f6ddca5d4..34f70f3c0 100644
--- a/src/common/torlog.h
+++ b/src/common/torlog.h
@@ -156,6 +156,9 @@ void tor_log_err_sigsafe(const char *m, ...);
int tor_log_get_sigsafe_err_fds(const int **out);
void tor_log_update_sigsafe_err_fds(void);
+struct smartlist_t;
+void tor_log_get_logfile_names(struct smartlist_t *out);
+
extern int log_global_min_severity_;
#if defined(__GNUC__) || defined(RUNNING_DOXYGEN)