summaryrefslogtreecommitdiff
path: root/src/hos_common.h
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2021-05-26 11:10:59 +0800
committer彭宣正 <[email protected]>2021-06-29 18:12:16 +0800
commit8cb339003a3e7aeb0e85ee51ac1341900219ae86 (patch)
tree16f98c8b14e0fb3fb4f4dd6adb9300d84b2c74d0 /src/hos_common.h
parent678bb1c6f93c1bb72924d2bf5d29d500e24de465 (diff)
✨ feat(src): 重构
Diffstat (limited to 'src/hos_common.h')
-rw-r--r--src/hos_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hos_common.h b/src/hos_common.h
index 85d415e8..9c9db6a0 100644
--- a/src/hos_common.h
+++ b/src/hos_common.h
@@ -97,6 +97,7 @@ typedef struct hos_client_handle_s
hos_config_t hos_config;
hos_func_thread_t hos_func;
void *log;
+ size_t *task_num;
}hos_client_handle_t;
extern struct hos_instance_s g_hos_instance;