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/common/include.am | |
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/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 40c463c9d9..b5d6ac4ac5 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -93,6 +93,7 @@ LIBOR_A_SRC = \ src/common/util_format.c \ src/common/util_process.c \ src/common/sandbox.c \ + src/common/storagedir.c \ src/common/workqueue.c \ $(libor_extra_source) \ $(threads_impl_source) \ @@ -157,6 +158,7 @@ COMMONHEADERS = \ src/common/procmon.h \ src/common/pubsub.h \ src/common/sandbox.h \ + src/common/storagedir.h \ src/common/testsupport.h \ src/common/timers.h \ src/common/torgzip.h \ |