]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add BUILDTIMEOUT_SET to the result of GETINFO events/names
authorRobert Ransom <rransom.8774@gmail.com>
Sat, 25 Jun 2011 22:02:11 +0000 (15:02 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Sat, 25 Jun 2011 22:02:11 +0000 (15:02 -0700)
changes/bug3465-022 [new file with mode: 0644]
src/or/control.c

diff --git a/changes/bug3465-022 b/changes/bug3465-022
new file mode 100644 (file)
index 0000000..2d22616
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor bugfixes:
+
+    - Add BUILDTIMEOUT_SET to the list returned by the 'GETINFO
+      events/names' control-port command.  Bugfix on 0.2.2.9-alpha;
+      fixes part of bug 3465.
+
index 82017bd1d4c5be4bf8cc42e574b89f1f44793665..da0a95da155aa59d38b7cf7c987eaa1cc871a506 100644 (file)
@@ -1380,7 +1380,8 @@ 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 NEWCONSENSUS");
+                         "GUARD STREAM_BW CLIENTS_SEEN NEWCONSENSUS "
+                         "BUILDTIMEOUT_SET");
   } else if (!strcmp(question, "features/names")) {
     *answer = tor_strdup("VERBOSE_NAMES EXTENDED_EVENTS");
   } else if (!strcmp(question, "address")) {