summaryrefslogtreecommitdiff
path: root/shaping/src/shaper_maat.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2024-01-22 08:08:30 +0000
committerroot <[email protected]>2024-01-22 08:08:30 +0000
commit4bc81cc24f2989b84670c54252585c5403acbc01 (patch)
treef975da4d76e1ecbaa1415c21a7d348b89600658b /shaping/src/shaper_maat.cpp
parentf0c91c0cfd4ec5a8f3e6636605484f1467c40a1f (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.cpp1
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;
}