diff options
| author | yangwei <[email protected]> | 2024-07-16 11:27:26 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-07-16 11:27:26 +0800 |
| commit | 13f3196ee66d266e00be285fd96fef29d625345a (patch) | |
| tree | ad83f1ca801abb65e606d907bc82767dff57206c /test/src/gtest_dynamic_fieldstat_output.cpp | |
| parent | 524cc3851c3c1e145a0f6815bbbe1f0152c4d4c2 (diff) | |
🌈 style(rename fieldstat_tag): from fieldstat_tag to field_tagv3.1.0
Diffstat (limited to 'test/src/gtest_dynamic_fieldstat_output.cpp')
| -rw-r--r-- | test/src/gtest_dynamic_fieldstat_output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/gtest_dynamic_fieldstat_output.cpp b/test/src/gtest_dynamic_fieldstat_output.cpp index 5e86372..4e88de3 100644 --- a/test/src/gtest_dynamic_fieldstat_output.cpp +++ b/test/src/gtest_dynamic_fieldstat_output.cpp @@ -30,7 +30,7 @@ void _worker_thread_multi_incrby(void *arg) struct fieldstat_dynamic_instance *instance = para->instance; int ret = 0; - struct fieldstat_tag tags[3]; + struct field_tag tags[3]; int i = 0; @@ -126,7 +126,7 @@ void _worker_thread_table_incrby(void *arg) const char *row_name = "security_rule_hits"; struct fieldstat_dynamic_instance *instance = para->instance; int ret = 0; - struct fieldstat_tag tags[14]; + struct field_tag tags[14]; long long values[20]; |
