feat(action): 重构 action 接口为函数指针表并实现 quit 和 raise_or_run
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct runtime_init_desc_t {
|
||||
binding_table_t *binding_table;
|
||||
} runtime_init_desc_t;
|
||||
|
||||
typedef struct runtime_t {
|
||||
typedef struct zdwm_runtime_t {
|
||||
bool running;
|
||||
bool will_restart;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user