mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "orconfig.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/compat_libevent.h"
|
||||
#include "common/compat_threads.h"
|
||||
#include "lib/thread/threads.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "common/util.h"
|
||||
#include "common/workqueue.h"
|
||||
|
||||
Reference in New Issue
Block a user