From c68780826d7255ae80ee7834117958f5ba97ebe5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 8 Jun 2016 09:39:03 -0700 Subject: [PATCH] minor header update from net-next --- include/linux/pkt_cls.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index 333b1716..44cda254 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -61,8 +61,8 @@ struct tc_police { __u32 mtu; struct tc_ratespec rate; struct tc_ratespec peakrate; - int refcnt; - int bindcnt; + int refcnt; + int bindcnt; __u32 capab; }; @@ -70,10 +70,11 @@ struct tcf_t { __u64 install; __u64 lastuse; __u64 expires; + __u64 firstuse; }; struct tc_cnt { - int refcnt; + int refcnt; int bindcnt; };