feat(core/policy): 实现 policy_apply_command 命令分发功能
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "core/state.h"
|
||||
|
||||
typedef struct policy_context_t {
|
||||
const state_t *state;
|
||||
state_t *state;
|
||||
const rules_t *rules;
|
||||
} policy_context_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user