diff options
| author | root <[email protected]> | 2024-01-29 08:48:08 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-01-29 08:48:08 +0000 |
| commit | fbb3a5e84b175d6249de0afd09a3b66470a47dc8 (patch) | |
| tree | 4b7219e26a6aedfabd76ecb383e5c26ddcb718c0 /shaping/include/shaper_stat.h | |
| parent | f9cd8219dc43b5d19da8f421c19c08d65240683d (diff) | |
优化一次取token的放大倍数机制
Diffstat (limited to 'shaping/include/shaper_stat.h')
| -rw-r--r-- | shaping/include/shaper_stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaping/include/shaper_stat.h b/shaping/include/shaper_stat.h index 132049c..5c720a3 100644 --- a/shaping/include/shaper_stat.h +++ b/shaping/include/shaper_stat.h @@ -37,6 +37,7 @@ struct shaping_stat_for_profile_dir { struct shaping_stat_for_profile { struct shaping_stat_for_profile_dir in; struct shaping_stat_for_profile_dir out; + long long priority_queue_len; }; struct shaping_stat { |
