diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:05:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:05:07 -0400 |
commit | 11a76b903b283ee39ab0dbf9d926d4c4b60b7a92 (patch) | |
tree | 94e6e66939beb2560b0901762bfd8c37f0e738cb /src/or/nodelist.h | |
parent | 334edc22d1bd05cbadb1ccc132d099e8a282bff4 (diff) | |
parent | 7b9cd5cca54d0077c0f8c163a58b055c85bf067f (diff) | |
download | tor-11a76b903b283ee39ab0dbf9d926d4c4b60b7a92.tar.gz tor-11a76b903b283ee39ab0dbf9d926d4c4b60b7a92.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r-- | src/or/nodelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h index fd91a26832..b5614d957f 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -29,6 +29,7 @@ const node_t *node_get_by_hex_id(const char *identity_digest, node_t *nodelist_set_routerinfo(routerinfo_t *ri, routerinfo_t **ri_old_out); node_t *nodelist_add_microdesc(microdesc_t *md); void nodelist_set_consensus(networkstatus_t *ns); +void nodelist_ensure_freshness(networkstatus_t *ns); int nodelist_probably_contains_address(const tor_addr_t *addr); void nodelist_remove_microdesc(const char *identity_digest, microdesc_t *md); |