统一发送session flags和l4 protocol label

This commit is contained in:
liuxueli
2023-06-25 14:50:42 +08:00
parent d3096ccbfd
commit 57e9ec9a61
7 changed files with 64 additions and 22 deletions

View File

@@ -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};