diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-27 09:48:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-27 10:04:17 -0400 |
commit | bee580ddbaabcd8d6066761cce385c00d75dd2c5 (patch) | |
tree | 8d1f192dffd16cdec221e3b9994f44009c114158 /src/lib/sandbox/.may_include | |
parent | d893be190fc244330543c9e98613a3f0daebc6ed (diff) | |
download | tor-bee580ddbaabcd8d6066761cce385c00d75dd2c5.tar.gz tor-bee580ddbaabcd8d6066761cce385c00d75dd2c5.zip |
Move sandbox code into a new library.
Diffstat (limited to 'src/lib/sandbox/.may_include')
-rw-r--r-- | src/lib/sandbox/.may_include | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/sandbox/.may_include b/src/lib/sandbox/.may_include new file mode 100644 index 0000000000..5c22b0e509 --- /dev/null +++ b/src/lib/sandbox/.may_include @@ -0,0 +1,11 @@ +orconfig.h + +lib/cc/*.h +lib/container/*.h +lib/err/*.h +lib/log/*.h +lib/sandbox/*.h + +ht.h +siphash.h +tor_queue.h |