aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-10 16:40:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-10 16:40:14 +0000
commitd95e7c7d67134b9b964d49cf8c2bdbf805a615d8 (patch)
tree66e1fce08d3f71eecd2c007e567eb9fdc0d0bdad /src/or/or.h
parent25a444b69839b097031d7702b9aa1a8c29b44689 (diff)
downloadtor-d95e7c7d67134b9b964d49cf8c2bdbf805a615d8.tar.gz
tor-d95e7c7d67134b9b964d49cf8c2bdbf805a615d8.zip
also clear the hsdir status flag in routerinfo_t when the relay is no
longer listed in the relevant networkstatus document. svn:r12752
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index d8c44e0027..6b29fd714d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3133,6 +3133,7 @@ const char *dirvote_get_pending_detached_signatures(void);
#define DGV_INCLUDE_PENDING 2
#define DGV_INCLUDE_PREVIOUS 4
const cached_dir_t *dirvote_get_vote(const char *fp, int flags);
+void router_clear_status_flags(routerinfo_t *ri);
networkstatus_vote_t *
dirserv_generate_networkstatus_vote_obj(crypto_pk_env_t *private_key,
authority_cert_t *cert);