diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-12 09:35:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-18 08:56:23 -0400 |
commit | 81f3572467583c54eb2a22c3af93f7c819796563 (patch) | |
tree | 550d6b89b2125ef1e2b51f3e1ee03d3a62514b45 /src/or/control.h | |
parent | e507f9bf4280d1462876c6a5bfeaf549b19306f4 (diff) | |
download | tor-81f3572467583c54eb2a22c3af93f7c819796563.tar.gz tor-81f3572467583c54eb2a22c3af93f7c819796563.zip |
Refactor initialization logic for control-event-queue
This puts the init logic in a separate function, which we will need
once we have locking.
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h index 8aa4780b68..574dd85002 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -12,6 +12,8 @@ #ifndef TOR_CONTROL_H #define TOR_CONTROL_H +void control_initialize_event_queue(void); + void control_update_global_event_mask(void); void control_adjust_event_log_severity(void); |