aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-27 14:26:21 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 14:26:21 -0400
commit2721246f5d20e34e3f32b3a062f08cedbd15e36d (patch)
tree98ba4d8532637a0b39e1b627806ada55b82a2713 /src/or/nodelist.h
parentcd15172444e0f8e34d1adcd84034c40893cd6c0f (diff)
parent0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 (diff)
downloadtor-2721246f5d20e34e3f32b3a062f08cedbd15e36d.tar
tor-2721246f5d20e34e3f32b3a062f08cedbd15e36d.tar.gz
Merge branch 'bug7164_diagnose_harder_v2'
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r--src/or/nodelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h
index 565caa76c..95d0c2328 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);