diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-29 18:13:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-29 18:13:25 +0000 |
commit | 0335bd51d384ed6d075413580eefa1248c730d0f (patch) | |
tree | 37a366440ac49d95456b4d8cc914c6ea35497fa9 /src/or/or.h | |
parent | 17b878ee347559ffe8d961b62652c7b71a6b312f (diff) | |
download | tor-0335bd51d384ed6d075413580eefa1248c730d0f.tar.gz tor-0335bd51d384ed6d075413580eefa1248c730d0f.zip |
r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400
Implement DESCCHANGED event to tell controller when our router descriptor changes.
svn:r8533
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index fbb9bcb98e..e6ea1b1047 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2063,6 +2063,7 @@ int control_event_address_mapped(const char *from, const char *to, int control_event_or_authdir_new_descriptor(const char *action, const char *descriptor, const char *msg); +int control_event_my_descriptor_changed(void); int init_cookie_authentication(int enabled); int decode_hashed_password(char *buf, const char *hashed); |