diff options
Diffstat (limited to 'test/src/gtest_fieldstat_interface.cpp')
| -rw-r--r-- | test/src/gtest_fieldstat_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/gtest_fieldstat_interface.cpp b/test/src/gtest_fieldstat_interface.cpp index eb236b7..d2d8eaf 100644 --- a/test/src/gtest_fieldstat_interface.cpp +++ b/test/src/gtest_fieldstat_interface.cpp @@ -171,7 +171,7 @@ TEST(FeildStatAPI, FieldStatRegister) struct fieldstat_instance * instance = NULL; int metric_id = -1; struct metric **in_block_metric = NULL; - struct fieldstat_tag tags[2]; + struct field_tag tags[2]; tags[0].value_type = 2; tags[0].value_str = "127.0.0.1"; tags[0].key = "dest_ip"; |
