summaryrefslogtreecommitdiff
path: root/test/src/gtest_sendlog.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2023-06-25 14:50:42 +0800
committerliuxueli <[email protected]>2023-06-25 17:37:42 +0800
commit57e9ec9a61f311d91e1e3c8779bbefbccaa63c3c (patch)
tree409ddf80dcf6ca4dfc868055783460435e74d504 /test/src/gtest_sendlog.cpp
parentd3096ccbfd308658a28c7b897d57f26b3f53bb18 (diff)
统一发送session flags和l4 protocol label
Diffstat (limited to 'test/src/gtest_sendlog.cpp')
-rw-r--r--test/src/gtest_sendlog.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/src/gtest_sendlog.cpp b/test/src/gtest_sendlog.cpp
index 3d6cde2..9f3da60 100644
--- a/test/src/gtest_sendlog.cpp
+++ b/test/src/gtest_sendlog.cpp
@@ -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};