diff options
| author | root <[email protected]> | 2024-01-22 08:08:30 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-01-22 08:08:30 +0000 |
| commit | 4bc81cc24f2989b84670c54252585c5403acbc01 (patch) | |
| tree | f975da4d76e1ecbaa1415c21a7d348b89600658b /shaping/src/shaper_maat.cpp | |
| parent | f0c91c0cfd4ec5a8f3e6636605484f1467c40a1f (diff) | |
add aqm blue algorithm temp code, and some performance optimize
Diffstat (limited to 'shaping/src/shaper_maat.cpp')
| -rw-r--r-- | shaping/src/shaper_maat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaping/src/shaper_maat.cpp b/shaping/src/shaper_maat.cpp index f159c2f..4e07439 100644 --- a/shaping/src/shaper_maat.cpp +++ b/shaping/src/shaper_maat.cpp @@ -257,6 +257,7 @@ void shaper_profile_update(struct shaping_profile_info *s_pf_info, struct shapin { s_pf_info->id = s_pf_ex->id; s_pf_info->type = s_pf_ex->type; + shaper_profile_hash_node_update(s_pf_info); return; } |
