diff options
Diffstat (limited to 'src/core/thread.h')
| -rw-r--r-- | src/core/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/thread.h b/src/core/thread.h index 95794a6e..44f5c9e4 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -31,6 +31,7 @@ typedef struct { int start; int stop; int done; + int init; } nni_thr; // nni_mtx_init initializes the mutex. (Win32 programmers take note; |
