aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-23 01:19:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-01-14 10:56:24 -0500
commita82604b526a2a258e057d6d515ac17429eb6fb67 (patch)
treef42e29cb20db95b0cf5fa2abc0c59d56841da3e6 /src/common/include.am
parent6c9363310aaea9d39fae4d9dd50e78d42c3598b3 (diff)
downloadtor-a82604b526a2a258e057d6d515ac17429eb6fb67.tar.gz
tor-a82604b526a2a258e057d6d515ac17429eb6fb67.zip
Initial workqueue implemention, with a simple test.
It seems to be working, but more tuning is needed.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index e4eeba6bbf..14838ab555 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -74,6 +74,7 @@ LIBOR_A_SOURCES = \
src/common/util_codedigest.c \
src/common/util_process.c \
src/common/sandbox.c \
+ src/common/workqueue.c \
src/ext/csiphash.c \
src/ext/trunnel/trunnel.c \
$(libor_extra_source) \
@@ -137,6 +138,7 @@ COMMONHEADERS = \
src/common/tortls.h \
src/common/util.h \
src/common/util_process.h \
+ src/common/workqueue.h \
$(libor_mempool_header)
noinst_HEADERS+= $(COMMONHEADERS)