From: Roger Dingledine Date: Mon, 16 Feb 2009 06:18:44 +0000 (+0000) Subject: and list the new event here too X-Git-Tag: tor-0.2.1.13-alpha~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13cc5f98981a607c38de9b8c481d695e0e2eddc;p=thirdparty%2Ftor.git and list the new event here too svn:r18557 --- diff --git a/src/or/control.c b/src/or/control.c index 222a6e0762..2f6adf6e6c 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1387,7 +1387,7 @@ getinfo_helper_misc(control_connection_t *conn, const char *question, *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")) {