Commit 1a785e30 authored by Xiwen JIANG's avatar Xiwen JIANG

fix thread pool to make dlsim compile

parent 918880e8
...@@ -14,7 +14,7 @@ typedef struct thread_pool { ...@@ -14,7 +14,7 @@ typedef struct thread_pool {
volatile int running; volatile int running;
volatile int done; volatile int done;
/* processing data */ /* processing data */
volatile int subframe; volatile int next_slot;
} thread_pool; } thread_pool;
thread_pool *new_thread_pool( thread_pool *new_thread_pool(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment