diff options
| author | 刘畅 <[email protected]> | 2024-07-31 09:41:21 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2024-07-31 09:41:21 +0000 |
| commit | 5b19aac02fb7b453cc0e6ae30eef1465352d92aa (patch) | |
| tree | 1faf56cf86595d081341f734326ad5256283591b /shaping/include | |
| parent | 2c2e3ac4c8ea3d04ca942330d7501bb28c48f5b9 (diff) | |
| parent | 4030c6fb6887356e38b20cb3d74358463dd29e37 (diff) | |
Merge branch 'add_test_with_real_swarmkv' into 'rel'v3.1.39
Add test with real swarmkv
See merge request tango/shaping-engine!101
Diffstat (limited to 'shaping/include')
| -rw-r--r-- | shaping/include/shaper_global_stat.h | 1 | ||||
| -rw-r--r-- | shaping/include/shaper_stat.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shaping/include/shaper_global_stat.h b/shaping/include/shaper_global_stat.h index ec68453..4e3a276 100644 --- a/shaping/include/shaper_global_stat.h +++ b/shaping/include/shaper_global_stat.h @@ -1,4 +1,5 @@ #pragma once +#include <fieldstat/fieldstat_easy.h> enum shaping_global_stat_column_index { CURR_SESSION_NUM_IDX = 0, diff --git a/shaping/include/shaper_stat.h b/shaping/include/shaper_stat.h index 22ca620..e508d63 100644 --- a/shaping/include/shaper_stat.h +++ b/shaping/include/shaper_stat.h @@ -2,6 +2,7 @@ #include <netinet/in.h> #include <librdkafka/rdkafka.h> +#include <fieldstat/fieldstat_easy.h> #include "uthash.h" enum shaping_packet_dir { |
