aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 15:42:14 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 15:58:00 -0400
commitdb2af2abb03a82e7c71581efa04a45869feba38a (patch)
treef5af77ffc83a6ec5a0056e408a0de545f333429d /src/or/circuitlist.h
parentbe231b0db196513036ee624dc5b9b87c4f898625 (diff)
downloadtor-db2af2abb03a82e7c71581efa04a45869feba38a.tar.gz
tor-db2af2abb03a82e7c71581efa04a45869feba38a.zip
Start converting circuitlist to smartlist.
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r--src/or/circuitlist.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h
index d48d7c3963..03934f971e 100644
--- a/src/or/circuitlist.h
+++ b/src/or/circuitlist.h
@@ -14,9 +14,7 @@
#include "testsupport.h"
-TOR_LIST_HEAD(global_circuitlist_s, circuit_t);
-
-MOCK_DECL(struct global_circuitlist_s*, circuit_get_global_list, (void));
+MOCK_DECL(smartlist_t *, circuit_get_global_list, (void));
const char *circuit_state_to_string(int state);
const char *circuit_purpose_to_controller_string(uint8_t purpose);
const char *circuit_purpose_to_controller_hs_state_string(uint8_t purpose);