diff options
| -rw-r--r-- | core/src/xmake/thread/prefix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/thread/prefix.h b/core/src/xmake/thread/prefix.h index 0db5bc67f..6ce15073b 100644 --- a/core/src/xmake/thread/prefix.h +++ b/core/src/xmake/thread/prefix.h @@ -34,6 +34,8 @@ typedef struct __xm_thread_t { tb_thread_ref_t handle; + tb_string_t callback; + tb_string_t argv; }xm_thread_t; |
