diff options
| author | liuchang <[email protected]> | 2023-08-08 10:02:10 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-08-08 10:02:10 +0000 |
| commit | ce5a1ae194daa8cee5f54fe86bc4a324f6a57fce (patch) | |
| tree | a7b763fadb7799aee4ea8a16cb9540b66ea82ac1 /shaping/include/shaper_stat.h | |
| parent | 099951d0bd691f35c675df6dbff3031a1a522ee6 (diff) | |
add feature aqm temp codefeature_aqm
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 |
