diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-10-23 02:51:31 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-06 17:53:09 -0500 |
commit | a9f786758dc59ee28fbbd16228e38ff9ba1bc7a9 (patch) | |
tree | 73ecdda4e8680be73f8feb35eeed171ca1d89b9f /src/common/util.h | |
parent | 39a0a2c3ae8c93ceed42f6d2d1143002c231fc16 (diff) | |
download | tor-a9f786758dc59ee28fbbd16228e38ff9ba1bc7a9.tar.gz tor-a9f786758dc59ee28fbbd16228e38ff9ba1bc7a9.zip |
Add warning message when a managed proxy dies during configuration.
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index aa2087b013..fabfdb19fd 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -307,6 +307,8 @@ enum stream_status { IO_STREAM_CLOSED }; +const char *stream_status_to_string(enum stream_status stream_status); + enum stream_status get_string_from_pipe(FILE *stream, char *buf, size_t count); /** Return values from file_status(); see that function's documentation |