diff options
Diffstat (limited to 'ot_mutex.c')
-rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ struct ot_task { | |||
123 | }; | 123 | }; |
124 | 124 | ||
125 | static ot_taskid next_free_taskid = 1; | 125 | static ot_taskid next_free_taskid = 1; |
126 | static struct ot_task *tasklist = NULL; | 126 | static struct ot_task *tasklist; |
127 | static pthread_mutex_t tasklist_mutex; | 127 | static pthread_mutex_t tasklist_mutex; |
128 | static pthread_cond_t tasklist_being_filled; | 128 | static pthread_cond_t tasklist_being_filled; |
129 | 129 | ||