diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-10 13:22:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 16:01:59 -0400 |
commit | ee253e392a25baed4fa86f236613dfb71faa7ca6 (patch) | |
tree | 7add2943b04288edb96234c611e51848fbd0f923 /src/test/test.h | |
parent | 118d7018d07ebc6324e8b7220002465479b0cbf3 (diff) | |
download | tor-ee253e392a25baed4fa86f236613dfb71faa7ca6.tar.gz tor-ee253e392a25baed4fa86f236613dfb71faa7ca6.zip |
Define a "storagedir" abstraction to hold numerous similar files
We could use one of these for holding "junk" descriptors and
unparseable things -- but we'll _need_ it for having cached
consensuses and diffs between them.
Diffstat (limited to 'src/test/test.h')
-rw-r--r-- | src/test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.h b/src/test/test.h index 2bd58f51c8..6f89ba6042 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -227,6 +227,7 @@ extern struct testcase_t routerkeys_tests[]; extern struct testcase_t routerlist_tests[]; extern struct testcase_t routerset_tests[]; extern struct testcase_t scheduler_tests[]; +extern struct testcase_t storagedir_tests[]; extern struct testcase_t socks_tests[]; extern struct testcase_t status_tests[]; extern struct testcase_t thread_tests[]; |