diff options
author | Daniel Martí <mvdan@mvdan.cc> | 2017-03-07 09:58:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:38:28 -0400 |
commit | 590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970 (patch) | |
tree | 0bb50228fe7e15d7e31f81fba3cc7ba789aafaf2 /src/common/log.c | |
parent | ad19f1507ac3bfd4b26ae478e61c8ef8c4057f22 (diff) | |
download | tor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.tar.gz tor-590ffdb2c9e0e3516fdb113cfa8b7a3f888cb970.zip |
Consensus diff backend from Daniel Martí GSOC project.
(This commit was extracted by nickm based on the final outcome of
the project, taking only the changes in the files touched by this
commit from the consdiff_rebased branch. The directory-system
changes are going to get worked on separately.)
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index 5f7151bf0c..8489002ee0 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1177,7 +1177,7 @@ static const char *domain_list[] = { "GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM", "HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV", "OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", "CHANNEL", - "SCHED", "GUARD", NULL + "SCHED", "GUARD", "CONSDIFF", NULL }; /** Return a bitmask for the log domain for which <b>domain</b> is the name, |