aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/worker.c
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-06 16:10:11 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-06 16:10:11 +0200
commitc534a7502456199eaa176a2c3e7813016a34a83a (patch)
tree88c31e295f0c6b0a6d72c65fb4915b8ce45382f9 /src/worker.c
parentminor bash coding style fix (diff)
downloadcimple-c534a7502456199eaa176a2c3e7813016a34a83a.tar.gz
cimple-c534a7502456199eaa176a2c3e7813016a34a83a.zip
add a TODO note
Diffstat (limited to '')
-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;