From 35f6b678abaa298857e6b5cef187813c4c161571 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 15 Apr 2017 10:59:05 -0400 Subject: Test the easiest cases of consdiffmgr_cleanup. One more to go: deleting the old diffs. --- src/or/consdiffmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/consdiffmgr.c') 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)) { -- cgit v1.2.3-54-g00ecf