diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-04 12:26:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-05 09:11:06 -0400 |
commit | c276c10d3b262e119c114c2e1aa3446a8364506f (patch) | |
tree | a768ed8ea7b23173c9c539c262cc7c60d9606031 /src/or/consdiffmgr.h | |
parent | c9855928744a556ef882ef8409ba8b54afd11834 (diff) | |
download | tor-c276c10d3b262e119c114c2e1aa3446a8364506f.tar.gz tor-c276c10d3b262e119c114c2e1aa3446a8364506f.zip |
Turn consdiffmgr.cache_max_age_hours into a parameter
Diffstat (limited to 'src/or/consdiffmgr.h')
-rw-r--r-- | src/or/consdiffmgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/consdiffmgr.h b/src/or/consdiffmgr.h index 048dae432c..70a64f2f70 100644 --- a/src/or/consdiffmgr.h +++ b/src/or/consdiffmgr.h @@ -14,7 +14,6 @@ typedef enum consdiff_status_t { } consdiff_status_t; typedef struct consdiff_cfg_t { - int32_t cache_max_age_hours; int32_t cache_max_num; } consdiff_cfg_t; |