diff options
Diffstat (limited to 'test/src/gtest_rule.cpp')
| -rw-r--r-- | test/src/gtest_rule.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/gtest_rule.cpp b/test/src/gtest_rule.cpp index 74ec87e..3a36338 100644 --- a/test/src/gtest_rule.cpp +++ b/test/src/gtest_rule.cpp @@ -14,6 +14,11 @@ extern struct maat_runtime_para g_tsg_maat_rt_para; +const struct session_runtime_attribute *session_runtime_attribute_new(const struct streaminfo * a_stream) +{ + return NULL; +} + const struct session_runtime_attribute *session_runtime_attribute_get(const struct streaminfo * a_stream) { return 0; |
