summaryrefslogtreecommitdiff
path: root/shaping/include/shaper.h
diff options
context:
space:
mode:
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 {