diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-17 14:15:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-27 14:23:19 -0400 |
commit | 0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 (patch) | |
tree | a010468c5cb5f55cc6949634aa3356aad8097a68 /src/or/nodelist.h | |
parent | cbf9e742368158b927249913b395b3796d847a92 (diff) | |
download | tor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.tar.gz tor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.zip |
More logs to try to diagnose bug 7164
This time, check in microdesc_cache_clean() to see what could be
going wrong with an attempt to clean a microdesc that's held by a node.
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 8a4665a8bf..836b2af0cb 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); |