diff options
author | Chelsea Holland Komlo <me@chelseakomlo.com> | 2018-01-22 18:33:22 -0500 |
---|---|---|
committer | Chelsea Holland Komlo <me@chelseakomlo.com> | 2018-01-22 18:33:22 -0500 |
commit | d0184963f9731bea82db1958c885ea1e7f7c42d1 (patch) | |
tree | 294554d17f90d0a4d495387b4abdb40ab414a5c6 /src/common/torlog.h | |
parent | 510a91af533afb48f9ad8b64d3d2bc4cd707d9b6 (diff) | |
download | tor-d0184963f9731bea82db1958c885ea1e7f7c42d1.tar.gz tor-d0184963f9731bea82db1958c885ea1e7f7c42d1.zip |
fixups from code review
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 8 |
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. */ |