✨ feat(deps/utable): define kv in utable.h temporary
This commit is contained in:
@@ -22,15 +22,7 @@ struct module
|
||||
struct module_spec_load
|
||||
{
|
||||
struct module *mod;
|
||||
module_on_instance_init_func *on_instance_init_cb;
|
||||
module_on_instance_exit_func *on_instance_exit_cb;
|
||||
module_on_thread_init_func *on_thread_init_cb;
|
||||
module_on_thread_exit_func *on_thread_exit_cb;
|
||||
char *path;
|
||||
char *instance_init_cb_name;
|
||||
char *instance_exit_cb_name;
|
||||
char *thread_init_cb_name;
|
||||
char *thread_exit_cb_name;
|
||||
struct module_specification spec;
|
||||
bool init_succ;
|
||||
}__attribute__((aligned(sizeof(void*))));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user