diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-07 02:57:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-07 02:57:50 -0400 |
commit | 499e77663e67f48cc53a119b32d7eaaef11d46ec (patch) | |
tree | 299bfdd6a6cbd2fb0ab045d24805059d3184c772 /src/or/circuitbuild.h | |
parent | e198faa633e8cecccfb3aa032f491cc4c740dd15 (diff) | |
download | tor-499e77663e67f48cc53a119b32d7eaaef11d46ec.tar.gz tor-499e77663e67f48cc53a119b32d7eaaef11d46ec.zip |
Basic tests for get_unique_circ_id_by_chan.
Diffstat (limited to 'src/or/circuitbuild.h')
-rw-r--r-- | src/or/circuitbuild.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index ebcb22c459..71caea94ed 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -58,5 +58,9 @@ const char *build_state_get_exit_nickname(cpath_build_state_t *state); const node_t *choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state); +#ifdef CIRCUITBUILD_PRIVATE +STATIC circid_t get_unique_circ_id_by_chan(channel_t *chan); +#endif + #endif |