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.c | |
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.c')
-rw-r--r-- | src/or/consdiffmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c index 27c95e8566..df9c5b9e08 100644 --- a/src/or/consdiffmgr.c +++ b/src/or/consdiffmgr.c @@ -92,7 +92,7 @@ cdm_cache_init(void) * Helper: return the consensus_cache_t * that backs this manager, * initializing it if needed. */ -static consensus_cache_t * +STATIC consensus_cache_t * cdm_cache_get(void) { if (PREDICT_UNLIKELY(cons_diff_cache == NULL)) { |