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.
This commit is contained in:
Nick Mathewson
2017-03-10 13:22:01 -05:00
parent 118d7018d0
commit ee253e392a
8 changed files with 723 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (infrastructure, seccomp2 sandbox):
- We now have a document storage backend compatible with the Linux
seccomp2 sandbox. The long-term plan is to use this backend for
consensus documents and for storing unparseable directory
material. Closes ticket 21645.