diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-09 12:13:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-13 10:41:28 -0400 |
commit | dad12188a6ca957f6fde1eb602fd98b2fa93b1a4 (patch) | |
tree | ac7c2d4d5e1ff39675df1bc3723b57ec453b4b92 /src/or/control.h | |
parent | c55c8f0d4926481ea2cf49e14915688de2eb4938 (diff) | |
download | tor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.tar.gz tor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.zip |
Write automatically-chosen control ports to a file.
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 2ae96b4b8a..a73ed5d3c1 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -15,6 +15,8 @@ void control_update_global_event_mask(void); void control_adjust_event_log_severity(void); +void control_ports_write_to_file(void); + /** Log information about the connection <b>conn</b>, protecting it as with * CONN_LOG_PROTECT. Example: * |