minor header update from net-next
This commit is contained in:
parent
b26fc590ce
commit
c68780826d
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue