TSG-22707 tfe adapts to maat interface changes
This commit is contained in:
@@ -41,12 +41,6 @@ enum doh_content_type
|
||||
DOH_TYPE_UDPWIREFORMAT,
|
||||
};
|
||||
|
||||
struct maat_table
|
||||
{
|
||||
int id;
|
||||
char name[TFE_STRING_MAX];
|
||||
};
|
||||
|
||||
struct doh_conf
|
||||
{
|
||||
int enable;
|
||||
@@ -65,18 +59,19 @@ struct doh_conf
|
||||
screen_stat_handle_t fs_handle;
|
||||
|
||||
struct maat *maat;
|
||||
struct maat_table tables[TYPE_MAX];
|
||||
};
|
||||
|
||||
struct doh_maat_rule_t
|
||||
{
|
||||
long long config_id;
|
||||
int service_id;
|
||||
unsigned char do_log;
|
||||
unsigned char do_blacklist;
|
||||
unsigned char action;
|
||||
char *srv_def_large;
|
||||
int vsys_id;
|
||||
long long config_id;
|
||||
uuid_t config_uuid;
|
||||
char *config_uuid_string;
|
||||
int service_id;
|
||||
unsigned char do_log;
|
||||
unsigned char do_blacklist;
|
||||
unsigned char action;
|
||||
char *action_parameter;
|
||||
};
|
||||
|
||||
struct doh_ctx
|
||||
|
||||
Reference in New Issue
Block a user