diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/std/thread_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/std/thread_pool.h b/include/std/thread_pool.h index f8acf83..ef73bad 100644 --- a/include/std/thread_pool.h +++ b/include/std/thread_pool.h @@ -33,7 +33,7 @@ typedef struct { amal_mutex task_select_mutex; Buffer queued_tasks; bool dead; - int num_finished_queued_tasks; + int num_taken_tasks; } amal_thread_pool; typedef struct { |