summaryrefslogtreecommitdiff
path: root/src/common/torlog.h
diff options
context:
space:
mode:
authorChelsea Holland Komlo <me@chelseakomlo.com>2018-01-22 18:33:22 -0500
committerChelsea Holland Komlo <me@chelseakomlo.com>2018-01-22 18:33:22 -0500
commitd0184963f9731bea82db1958c885ea1e7f7c42d1 (patch)
tree294554d17f90d0a4d495387b4abdb40ab414a5c6 /src/common/torlog.h
parent510a91af533afb48f9ad8b64d3d2bc4cd707d9b6 (diff)
downloadtor-d0184963f9731bea82db1958c885ea1e7f7c42d1.tar.gz
tor-d0184963f9731bea82db1958c885ea1e7f7c42d1.zip
fixups from code review
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r--src/common/torlog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h
index 0ed990b6ef..3ecaf50af7 100644
--- a/src/common/torlog.h
+++ b/src/common/torlog.h
@@ -36,10 +36,10 @@
*
* C_RUST_COUPLED src/rust/tor_log LogSeverity, LogDomain
*/
-extern const int _LOG_WARN;
-extern const int _LOG_NOTICE;
-extern const log_domain_mask_t _LD_NET;
-extern const log_domain_mask_t _LD_GENERAL;
+extern const int LOG_WARN_;
+extern const int LOG_NOTICE_;
+extern const log_domain_mask_t LD_NET_;
+extern const log_domain_mask_t LD_GENERAL_;
/** Debug-level severity: for hyper-verbose messages of no interest to
* anybody but developers. */