diff options
| author | root <[email protected]> | 2023-09-19 03:01:11 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-09-19 03:01:11 +0000 |
| commit | a3c6b5c1fd32c869cb2152e4274fd87929e4d59c (patch) | |
| tree | 648b8f499a3566642d701b02c7920eb894a693bb /shaping/include/shaper_stat.h | |
| parent | 5dfb14050b72d3cb10a4c9f61140b15780e5ff72 (diff) | |
remove centos7 for ci and optimize frequency of request to swarmkv for queue_len
Diffstat (limited to 'shaping/include/shaper_stat.h')
| -rw-r--r-- | shaping/include/shaper_stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/include/shaper_stat.h b/shaping/include/shaper_stat.h index 20da941..a2527cd 100644 --- a/shaping/include/shaper_stat.h +++ b/shaping/include/shaper_stat.h @@ -55,4 +55,4 @@ void shaper_stat_forward_all_rule_inc(struct shaping_stat *stat, struct shaping_ void shaper_stat_drop_inc(struct shaping_stat_for_profile *profile_stat, unsigned char direction, int thread_id); void shaper_stat_max_latency_update(struct shaping_stat_for_profile *profile_stat, unsigned char direction, unsigned long long latency, int thread_id); -void shaper_stat_refresh(struct shaping_stat *stat, struct shaping_flow *sf, int thread_id, int force);
\ No newline at end of file +void shaper_stat_refresh(struct shaping_thread_ctx *ctx, struct shaping_flow *sf, int thread_id, int force);
\ No newline at end of file |
