aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index 7471cd1..ed3d7e5 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -23,6 +23,7 @@
struct worker {
int fd;
+ /* TODO: these are not used, but they should be! */
pthread_mutex_t task_mtx;
pthread_t task;
int task_active;