统一发送session flags和l4 protocol label
This commit is contained in:
@@ -130,6 +130,11 @@ int tsg_get_app_name_by_id(struct maat *feahter, int app_id, char * app_name, in
|
||||
return 0;
|
||||
}
|
||||
|
||||
char *srt_action_context_get_l4_protocol(const struct session_runtime_action_context * srt_action_context)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const struct session_runtime_attribute *session_runtime_attribute_get(const struct streaminfo * a_stream)
|
||||
{
|
||||
return NULL;
|
||||
@@ -154,6 +159,11 @@ int session_application_full_path_update(const struct streaminfo * a_stream, cha
|
||||
return 0;
|
||||
}
|
||||
|
||||
char *session_l4_protocol_label_update(const struct streaminfo * a_stream)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
TEST(Master, SendInterimRecord)
|
||||
{
|
||||
struct streaminfo a_stream={0};
|
||||
|
||||
Reference in New Issue
Block a user