summaryrefslogtreecommitdiff
path: root/shaping/include/shaper.h
diff options
context:
space:
mode:
author刘畅 <[email protected]>2023-10-12 02:00:36 +0000
committer刘畅 <[email protected]>2023-10-12 02:00:36 +0000
commite4ea2b29c5ca222d793341350b0668d9a50f70d2 (patch)
tree0503e8cf409321379c2727bd45680bdfaee92ceb /shaping/include/shaper.h
parenta9b563f964ac68d03b0c4b936767709ddfc46274 (diff)
parentde3d775e20fd99435b0a64b8939bdd5ae7022dad (diff)
Merge branch 'reduce_polling_tconsume_invoke' into 'rel'v1.3.2
optimize performance See merge request tango/shaping-engine!44
Diffstat (limited to 'shaping/include/shaper.h')
-rw-r--r--shaping/include/shaper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/include/shaper.h b/shaping/include/shaper.h
index a218884..da32ef8 100644
--- a/shaping/include/shaper.h
+++ b/shaping/include/shaper.h
@@ -93,10 +93,10 @@ struct shaping_profile_info {
int in_deposit_token;
int out_deposit_token;
unsigned long long enqueue_time_us;//to calculate max latency
- unsigned long long last_failed_get_token_ms;
unsigned char is_priority_blocked;
unsigned char is_invalid;
struct shaping_stat_for_profile stat;
+ struct shaping_profile_hash_node *hash_node;
};
struct shaping_rule_info {