diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-15 10:59:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-24 10:59:25 -0400 |
commit | 35f6b678abaa298857e6b5cef187813c4c161571 (patch) | |
tree | 976e26feb06bf563d358172a3821b4481a0bd0c5 /src/or/consdiffmgr.h | |
parent | 1fade372872130dca4057845eeb0a303b0ac52f6 (diff) | |
download | tor-35f6b678abaa298857e6b5cef187813c4c161571.tar.gz tor-35f6b678abaa298857e6b5cef187813c4c161571.zip |
Test the easiest cases of consdiffmgr_cleanup.
One more to go: deleting the old diffs.
Diffstat (limited to 'src/or/consdiffmgr.h')
-rw-r--r-- | src/or/consdiffmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/consdiffmgr.h b/src/or/consdiffmgr.h index 474876e432..2b3cee264a 100644 --- a/src/or/consdiffmgr.h +++ b/src/or/consdiffmgr.h @@ -35,6 +35,7 @@ void consdiffmgr_configure(const consdiff_cfg_t *cfg); void consdiffmgr_free_all(void); #ifdef CONSDIFFMGR_PRIVATE +STATIC consensus_cache_t *cdm_cache_get(void); STATIC consensus_cache_entry_t *cdm_cache_lookup_consensus( consensus_flavor_t flavor, time_t valid_after); #endif |