aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-12-04 11:45:41 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-12-05 10:55:41 -0500
commit68601a85ca48bf2cd54087fe21fdcf8aaa23ebb2 (patch)
tree913bee28a900cdd408fa2379dd6e73798160b561 /src/or/circuitlist.h
parente80893e51b0c0320838cbed8c46fd5b0fe608bef (diff)
downloadtor-68601a85ca48bf2cd54087fe21fdcf8aaa23ebb2.tar.gz
tor-68601a85ca48bf2cd54087fe21fdcf8aaa23ebb2.zip
test: Add HSv3 unit test for expiring intro point
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r--src/or/circuitlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h
index 5d0da15ca8..4190c1f82e 100644
--- a/src/or/circuitlist.h
+++ b/src/or/circuitlist.h
@@ -68,7 +68,7 @@ int circuit_count_pending_on_channel(channel_t *chan);
circuit_mark_for_close_((c), (reason), __LINE__, SHORT_FILE__)
void assert_cpath_layer_ok(const crypt_path_t *cp);
-void assert_circuit_ok(const circuit_t *c);
+MOCK_DECL(void, assert_circuit_ok,(const circuit_t *c));
void circuit_free_all(void);
void circuits_handle_oom(size_t current_allocation);