minor header update from net-next

This commit is contained in:
Stephen Hemminger 2016-06-08 09:39:03 -07:00
parent b26fc590ce
commit c68780826d
1 changed files with 4 additions and 3 deletions

View File

@ -61,8 +61,8 @@ struct tc_police {
__u32 mtu; __u32 mtu;
struct tc_ratespec rate; struct tc_ratespec rate;
struct tc_ratespec peakrate; struct tc_ratespec peakrate;
int refcnt; int refcnt;
int bindcnt; int bindcnt;
__u32 capab; __u32 capab;
}; };
@ -70,10 +70,11 @@ struct tcf_t {
__u64 install; __u64 install;
__u64 lastuse; __u64 lastuse;
__u64 expires; __u64 expires;
__u64 firstuse;
}; };
struct tc_cnt { struct tc_cnt {
int refcnt; int refcnt;
int bindcnt; int bindcnt;
}; };