summaryrefslogtreecommitdiff
path: root/src/common/workqueue.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-27 18:19:57 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-27 18:19:57 +0100
commit23f8c9b32fc8515b7666b10167b9a1104a20de3e (patch)
tree8e2561deea513a41d38a93437fddfb1ce62b7aa9 /src/common/workqueue.c
parentfe6ca826dfc4d107faead4d3293740f29ad88ac1 (diff)
downloadtor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.tar.gz
tor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.zip
Add a brief file-level description for everything in src/common
Diffstat (limited to 'src/common/workqueue.c')
-rw-r--r--src/common/workqueue.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/workqueue.c b/src/common/workqueue.c
index c467bdf43b..0a38550de0 100644
--- a/src/common/workqueue.c
+++ b/src/common/workqueue.c
@@ -1,6 +1,13 @@
/* copyright (c) 2013-2015, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file workqueue.c
+ *
+ * \brief Implements worker threads, queues of work for them, and mechanisms
+ * for them to send answers back to the main thread.
+ */
+
#include "orconfig.h"
#include "compat.h"
#include "compat_threads.h"