diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index f509ddcd6e..f0384a77e0 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -97,6 +97,7 @@ should_log_function_name(log_domain_mask_t domain, int severity) /** A mutex to guard changes to logfiles and logging. */ static tor_mutex_t log_mutex; +/* DOCDOC log_mutex_initialized */ static int log_mutex_initialized = 0; /** Linked list of logfile_t. */ |