aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-11 18:34:29 -0500
committerNick Mathewson <nickm@torproject.org>2016-04-19 14:07:43 -0400
commite015f7c9ccbbb6d857e23ff419528729e44fff93 (patch)
tree4a06cbcdb95a8d27f1245e30ab5699fc21d9645f /src/common/include.am
parent7123e9706e424c2a0561ad81db3ef9e4073df30c (diff)
downloadtor-e015f7c9ccbbb6d857e23ff419528729e44fff93.tar.gz
tor-e015f7c9ccbbb6d857e23ff419528729e44fff93.zip
Basic 'handle' implementation and tests.
This abstraction covers the case where one part of the program needs to refer to another object that is allowed to disappear.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 5afb30da6a..04994c78fc 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -129,6 +129,7 @@ COMMONHEADERS = \
src/common/crypto_pwbox.h \
src/common/crypto_s2k.h \
src/common/di_ops.h \
+ src/common/handles.h \
src/common/memarea.h \
src/common/linux_syscalls.inc \
src/common/procmon.h \