diff options
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h index f0be732270..1fe5806d16 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -143,6 +143,7 @@ void change_callback_log_severity(int loglevelMin, int loglevelMax, log_callback cb); void flush_pending_log_callbacks(void); void log_set_application_name(const char *name); +void set_log_time_granularity(int granularity_msec); /* Outputs a message to stdout */ void tor_log(int severity, log_domain_mask_t domain, const char *format, ...) |