summaryrefslogtreecommitdiff
path: root/core/src/xmake/thread/prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/thread/prefix.h')
-rw-r--r--core/src/xmake/thread/prefix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/thread/prefix.h b/core/src/xmake/thread/prefix.h
index 061dca962..1199caa7a 100644
--- a/core/src/xmake/thread/prefix.h
+++ b/core/src/xmake/thread/prefix.h
@@ -34,6 +34,7 @@
typedef struct __xm_thread_t
{
tb_thread_ref_t handle;
+ tb_string_t callback;
tb_string_t callinfo;
}xm_thread_t;