From 9cf335c9a5fe6767e90cc5cfdc1f5c95465edb10 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2018 09:14:42 -0400 Subject: Extract threading code into a new library. Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5198daf4f4..65c9fb83fc 100644 --- a/.gitignore +++ b/.gitignore @@ -195,6 +195,8 @@ uptime-*.json /src/lib/libtor-string-testing.a /src/lib/libtor-smartlist-core.a /src/lib/libtor-smartlist-core-testing.a +/src/lib/libtor-thread.a +/src/lib/libtor-thread-testing.a /src/lib/libtor-tls.a /src/lib/libtor-tls-testing.a /src/lib/libtor-trace.a -- cgit v1.2.3-54-g00ecf