aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-02-16 06:18:03 +0000
committerRoger Dingledine <arma@torproject.org>2009-02-16 06:18:03 +0000
commit9ded433abba2d1f59cbec8c5194a450851653dd2 (patch)
treeaad840caca835086e109d17a39811506507118f0 /src/or/or.h
parent323b33386fdec2f4de75bc1e040d09fb9abb4bb7 (diff)
downloadtor-9ded433abba2d1f59cbec8c5194a450851653dd2.tar.gz
tor-9ded433abba2d1f59cbec8c5194a450851653dd2.zip
new controller event NEWCONSENSUS that lists the networkstatus
lines for every recommended relay. still needs docdoc and changelog entry. svn:r18556
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index d8122dbbc3..7c191eeaf3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3236,6 +3236,7 @@ int control_event_or_authdir_new_descriptor(const char *action,
const char *msg);
int control_event_my_descriptor_changed(void);
int control_event_networkstatus_changed(smartlist_t *statuses);
+int control_event_newconsensus(const networkstatus_t *consensus);
int control_event_networkstatus_changed_single(routerstatus_t *rs);
int control_event_general_status(int severity, const char *format, ...)
CHECK_PRINTF(2,3);