diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-06 16:10:11 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-06 16:10:11 +0200 |
commit | c534a7502456199eaa176a2c3e7813016a34a83a (patch) | |
tree | 88c31e295f0c6b0a6d72c65fb4915b8ce45382f9 /src/worker.c | |
parent | minor bash coding style fix (diff) | |
download | cimple-c534a7502456199eaa176a2c3e7813016a34a83a.tar.gz cimple-c534a7502456199eaa176a2c3e7813016a34a83a.zip |
add a TODO note
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 1 |
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; |