[or-cvs] r18557: {tor} and list the new event here too (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Feb 16 06:18:44 UTC 2009


Author: arma
Date: 2009-02-16 01:18:44 -0500 (Mon, 16 Feb 2009)
New Revision: 18557

Modified:
   tor/trunk/src/or/control.c
Log:
and list the new event here too


Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2009-02-16 06:18:03 UTC (rev 18556)
+++ tor/trunk/src/or/control.c	2009-02-16 06:18:44 UTC (rev 18557)
@@ -1387,7 +1387,7 @@
     *answer = tor_strdup("CIRC STREAM ORCONN BW DEBUG INFO NOTICE WARN ERR "
                          "NEWDESC ADDRMAP AUTHDIR_NEWDESCS DESCCHANGED "
                          "NS STATUS_GENERAL STATUS_CLIENT STATUS_SERVER "
-                         "GUARD STREAM_BW CLIENTS_SEEN");
+                         "GUARD STREAM_BW CLIENTS_SEEN NEWCONSENSUS");
   } else if (!strcmp(question, "features/names")) {
     *answer = tor_strdup("VERBOSE_NAMES EXTENDED_EVENTS");
   } else if (!strcmp(question, "address")) {



More information about the tor-commits mailing list