diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-13 11:11:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-09 14:04:06 -0400 |
commit | dcf948da0652ca13f5b44f0e15e062f1ff3f8993 (patch) | |
tree | e41e14ab06fb6209189a6965e28adbb034697ba1 /src/common/include.am | |
parent | c77cf8825a33d902c5827f0b4f0a71cec97a3a85 (diff) | |
download | tor-dcf948da0652ca13f5b44f0e15e062f1ff3f8993.tar.gz tor-dcf948da0652ca13f5b44f0e15e062f1ff3f8993.zip |
Add wrappers to tie the new timeouts into libevent.
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 e61ed685ca..04502686be 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -97,6 +97,7 @@ LIBOR_CRYPTO_A_SOURCES = \ LIBOR_EVENT_A_SOURCES = \ src/common/compat_libevent.c \ src/common/procmon.c \ + src/common/timers.c \ src/ext/timeouts/timeout.c src_common_libor_a_SOURCES = $(LIBOR_A_SOURCES) @@ -136,6 +137,7 @@ COMMONHEADERS = \ src/common/procmon.h \ src/common/sandbox.h \ src/common/testsupport.h \ + src/common/timers.h \ src/common/torgzip.h \ src/common/torint.h \ src/common/torlog.h \ |