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:
@@ -4,7 +4,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "or/or.h"
|
||||
#include "common/compat_threads.h"
|
||||
#include "lib/thread/threads.h"
|
||||
#include "or/onion.h"
|
||||
#include "common/workqueue.h"
|
||||
#include "lib/crypt_ops/crypto_curve25519.h"
|
||||
|
||||
Reference in New Issue
Block a user