diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-11 18:34:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-19 14:07:43 -0400 |
commit | e015f7c9ccbbb6d857e23ff419528729e44fff93 (patch) | |
tree | 4a06cbcdb95a8d27f1245e30ab5699fc21d9645f /src/common/include.am | |
parent | 7123e9706e424c2a0561ad81db3ef9e4073df30c (diff) | |
download | tor-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.am | 1 |
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 \ |