diff options
Diffstat (limited to 'src/or/networkstatus.h')
-rw-r--r-- | src/or/networkstatus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/networkstatus.h b/src/or/networkstatus.h index f2f8af5c6b..86dda020fe 100644 --- a/src/or/networkstatus.h +++ b/src/or/networkstatus.h @@ -85,8 +85,9 @@ int networkstatus_consensus_is_downloading_usable_flavor(void); #define NSSET_REQUIRE_FLAVOR 16 int networkstatus_set_current_consensus(const char *consensus, const char *flavor, - unsigned flags); -void networkstatus_note_certs_arrived(void); + unsigned flags, + const char *source_dir); +void networkstatus_note_certs_arrived(const char *source_dir); void routers_update_all_from_networkstatus(time_t now, int dir_version); void routers_update_status_from_consensus_networkstatus(smartlist_t *routers, int reset_failures); |