aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-28 07:19:55 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-28 07:19:55 +0000
commit60cd03069a34f912878218d492591f342dd412cb (patch)
treee045efdf751304085558273f66e69d74a79c73a6 /src/or/or.h
parentbbc4c8cef85dbf3c7e73e8dbefe590781ac03dca (diff)
downloadtor-60cd03069a34f912878218d492591f342dd412cb.tar
tor-60cd03069a34f912878218d492591f342dd412cb.tar.gz
when we connect to a helper node for the first time, close
that connection and its circuits. this lets us go back to using the old helper nodes rather than immediately using the last one in the list. svn:r5670
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c101ec1a9..4b17094b2 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1469,7 +1469,7 @@ void extend_info_free(extend_info_t *info);
routerinfo_t *build_state_get_exit_router(cpath_build_state_t *state);
const char *build_state_get_exit_nickname(cpath_build_state_t *state);
-void helper_node_set_status(const char *digest, int succeeded);
+int helper_node_set_status(const char *digest, int succeeded);
void helper_nodes_set_status_from_directory(void);
void helper_nodes_update_state(or_state_t *state);
int helper_nodes_parse_state(or_state_t *state, int set, const char **err);