diff options
author | John Brooks <john.brooks@dereferenced.net> | 2010-11-14 14:33:55 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-19 15:49:54 -0500 |
commit | 7441999738e7c1b0ea94a39dd6e1f8a48043ff7d (patch) | |
tree | 7dc6314277e4f9cd412de4946663a3e259c56bca /src/or/control.h | |
parent | 4f66bf4fe7ec4c52ba97a81c40cf824a8ccb6cbb (diff) | |
download | tor-7441999738e7c1b0ea94a39dd6e1f8a48043ff7d.tar.gz tor-7441999738e7c1b0ea94a39dd6e1f8a48043ff7d.zip |
Add a SIGNAL event for control connections
Implements ticket #1955
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h index 275c6de8e1..ef91f06c26 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -64,6 +64,7 @@ int control_event_guard(const char *nickname, const char *digest, const char *status); int control_event_buildtimeout_set(const circuit_build_times_t *cbt, buildtimeout_set_event_t type); +int control_event_signal(uintptr_t signal); int init_cookie_authentication(int enabled); smartlist_t *decode_hashed_passwords(config_line_t *passwords); |