summaryrefslogtreecommitdiff
path: root/entry/include/kni_fieldstat.h
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2023-10-17 15:43:14 +0800
committerfumingwei <[email protected]>2023-10-18 19:01:45 +0800
commit9b969289a69d6df5096fe6c27279cb6e9a677289 (patch)
treec214cb6d4e95030bc1b036e845137bff284b34c3 /entry/include/kni_fieldstat.h
parentce6433ed71942b81bae0349a4b5334a8a4b753a3 (diff)
bugfix:TSG-17106:修改kni proxy_rule_hits写入pinning status值错误的bugHEADv5.1.9develop-5.0
Diffstat (limited to 'entry/include/kni_fieldstat.h')
-rw-r--r--entry/include/kni_fieldstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/entry/include/kni_fieldstat.h b/entry/include/kni_fieldstat.h
index cead1ed..db76ed4 100644
--- a/entry/include/kni_fieldstat.h
+++ b/entry/include/kni_fieldstat.h
@@ -34,6 +34,7 @@ struct proxy_metric_tag
unsigned long long rule_id;
unsigned char action;
unsigned char pinning_status;
+ unsigned char pinning_status_active;
};