TSG-13777: 支持同步流状态及命中策略ID
This commit is contained in:
@@ -22,9 +22,17 @@ enum BRIDGE_TYPE
|
||||
BRIDGE_TYPE_ALL_CONTEXT, //async
|
||||
BRIDGE_TYPE_GATHER_APP_RESULT, //async
|
||||
BRIDGE_TYPE_POLICY_PRIORITY, //async
|
||||
BRIDGE_TYPE_SERVICE_CHAINING, //async
|
||||
BRIDGE_TYPE_MAX
|
||||
};
|
||||
|
||||
struct tm_hited_result
|
||||
{
|
||||
int sid;
|
||||
int result_num;
|
||||
struct Maat_rule_t result[MAX_RESULT_NUM];
|
||||
};
|
||||
|
||||
struct app_attributes
|
||||
{
|
||||
unsigned int app_id;
|
||||
|
||||
Reference in New Issue
Block a user