diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-10-14 07:00:35 -0500 |
---|---|---|
committer | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-24 08:12:30 -0500 |
commit | afb6ae7b0fb87550c12e09e5eb7c2a09e675909d (patch) | |
tree | 528b13859fd421257f3d94800f31ca71def17134 /src/or/nodelist.h | |
parent | b95998ef0c31c78a9952621eb1f7365ceb1d2c84 (diff) | |
download | tor-afb6ae7b0fb87550c12e09e5eb7c2a09e675909d.tar.gz tor-afb6ae7b0fb87550c12e09e5eb7c2a09e675909d.zip |
Refactor circuit_predict_and_launch_new
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r-- | src/or/nodelist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h index 71a91e107f..bfee935fe9 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -118,7 +118,8 @@ typedef enum { * create exit and internal paths, circuits, streams, ... */ CONSENSUS_PATH_EXIT = 1 } consensus_path_type_t; -consensus_path_type_t router_have_consensus_path(void); + +MOCK_DECL(consensus_path_type_t, router_have_consensus_path, (void)); void router_dir_info_changed(void); const char *get_dir_info_status_string(void); |