From c534a7502456199eaa176a2c3e7813016a34a83a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 6 May 2023 16:10:11 +0200 Subject: add a TODO note --- src/worker.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/worker.c') 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; -- cgit v1.2.3