From 0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Mar 2014 14:15:12 -0400 Subject: 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. --- src/or/nodelist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/nodelist.h') 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); -- cgit v1.2.3-54-g00ecf