diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-11 09:45:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-11 09:45:17 -0500 |
commit | 98682f689be39c833c8718d5983c3e8882b54228 (patch) | |
tree | 018dd3402d6113c413451e5279e2a7f8ed3dcc3c /src/or/hs_circuit.h | |
parent | 58e8094816cb7d2dbc6ecc71892b667e968d9e2d (diff) | |
parent | d68abbe358af41b18c9c54444e49689e2626328d (diff) | |
download | tor-98682f689be39c833c8718d5983c3e8882b54228.tar.gz tor-98682f689be39c833c8718d5983c3e8882b54228.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r-- | src/or/hs_circuit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h index b92fb4e494..2f5beaa168 100644 --- a/src/or/hs_circuit.h +++ b/src/or/hs_circuit.h @@ -15,6 +15,9 @@ #include "hs_service.h" +/* Cleanup function when the circuit is closed or/and freed. */ +void hs_circ_cleanup(circuit_t *circ); + /* Circuit API. */ int hs_circ_service_intro_has_opened(hs_service_t *service, hs_service_intro_point_t *ip, |