[tor-commits] [torspec/master] Add CONF_CHANGED to eventcode list

nickm at torproject.org nickm at torproject.org
Wed Jan 11 17:20:26 UTC 2012


commit 912742bffe6199f66451e1bff3c9dbb4304dc773
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jan 11 12:20:29 2012 -0500

    Add CONF_CHANGED to eventcode list
---
 control-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 9825b9e..60a5bc0 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -289,7 +289,7 @@
          "AUTHDIR_NEWDESCS" / "DESCCHANGED" / "STATUS_GENERAL" /
          "STATUS_CLIENT" / "STATUS_SERVER" / "GUARD" / "NS" / "STREAM_BW" /
          "CLIENTS_SEEN" / "NEWCONSENSUS" / "BUILDTIMEOUT_SET" / "SIGNAL" /
-         "CIRC_MINOR"
+         "CONF_CHANGED" / "CIRC_MINOR"
 
   Any events *not* listed in the SETEVENTS line are turned off; thus, sending
   SETEVENTS with an empty body turns off all event reporting.



More information about the tor-commits mailing list