diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-27 14:26:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-27 14:26:21 -0400 |
commit | 2721246f5d20e34e3f32b3a062f08cedbd15e36d (patch) | |
tree | 98ba4d8532637a0b39e1b627806ada55b82a2713 /src/or/nodelist.h | |
parent | cd15172444e0f8e34d1adcd84034c40893cd6c0f (diff) | |
parent | 0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 (diff) | |
download | tor-2721246f5d20e34e3f32b3a062f08cedbd15e36d.tar.gz tor-2721246f5d20e34e3f32b3a062f08cedbd15e36d.zip |
Merge branch 'bug7164_diagnose_harder_v2'
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 565caa76cd..95d0c23283 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -26,6 +26,7 @@ void nodelist_set_consensus(networkstatus_t *ns); void nodelist_remove_microdesc(const char *identity_digest, microdesc_t *md); void nodelist_remove_routerinfo(routerinfo_t *ri); void nodelist_purge(void); +smartlist_t *nodelist_find_nodes_with_microdesc(const microdesc_t *md); void nodelist_free_all(void); void nodelist_assert_ok(void); |