diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-29 22:34:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-29 22:34:22 +0000 |
commit | 25f833552883727b718ca7782efe344434c703f4 (patch) | |
tree | 5fd5516dcb6b13a9d6169b83c6b0bf7e7ff9d6f5 /src/or/or.h | |
parent | 9d950f7d25c91ede1b46fac7466add5cbf5a0d71 (diff) | |
download | tor-25f833552883727b718ca7782efe344434c703f4.tar.gz tor-25f833552883727b718ca7782efe344434c703f4.zip |
Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler.
svn:r17007
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 81d662e127..06bd64492d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2703,6 +2703,7 @@ void entry_guards_free_all(void); circuit_t * _circuit_get_global_list(void); const char *circuit_state_to_string(int state); +const char *circuit_purpose_to_controller_string(uint8_t purpose); void circuit_dump_by_conn(connection_t *conn, int severity); void circuit_set_p_circid_orconn(or_circuit_t *circ, circid_t id, or_connection_t *conn); |