diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-07 13:11:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-07 13:11:06 -0500 |
commit | 90db39448db254d87228e4b7b34c61a4dce6a634 (patch) | |
tree | e00017416274282693e813e7eddf36cf434f181e /src/or/routerlist.h | |
parent | 1abd526c75eade83318a6ec6aff84d5f0f079a3b (diff) | |
download | tor-90db39448db254d87228e4b7b34c61a4dce6a634.tar.gz tor-90db39448db254d87228e4b7b34c61a4dce6a634.zip |
Downgrade warnings about extrainfo incompatibility when reading cache
Fixes 13762.
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index d7e15db87e..0d22543a27 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -227,7 +227,7 @@ STATIC void scale_array_elements_to_u64(u64_dbl_t *entries, int n_entries, MOCK_DECL(int, router_descriptor_is_older_than, (const routerinfo_t *router, int seconds)); MOCK_DECL(STATIC was_router_added_t, extrainfo_insert, - (routerlist_t *rl, extrainfo_t *ei)); + (routerlist_t *rl, extrainfo_t *ei, int warn_if_incompatible)); #endif |