diff options
author | shemminger <shemminger> | 2005-08-08 20:24:41 +0000 |
---|---|---|
committer | shemminger <shemminger> | 2005-08-08 20:24:41 +0000 |
commit | 6864c1e7890c65dd2ee037809f772790b04792b4 (patch) | |
tree | 257f42e3666c4022a74d030b6465f24593b50e2f /include/linux/pkt_sched.h | |
parent | 3fcdebb6d0b6f7cafb0a21e5e892d3670326dc9a (diff) |
Update to latest kernel headers.ss-050808
Fix out of range on paretonormal
Diffstat (limited to 'include/linux/pkt_sched.h')
-rw-r--r-- | include/linux/pkt_sched.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index 1d9da36e..60ffcb9c 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -221,9 +221,11 @@ struct tc_gred_qopt /* gred setup */ struct tc_gred_sopt { - __u32 DPs; - __u32 def_DP; - __u8 grio; + __u32 DPs; + __u32 def_DP; + __u8 grio; + __u8 pad1; + __u16 pad2; }; /* HTB section */ @@ -351,6 +353,7 @@ struct tc_cbq_ovl #define TC_CBQ_OVL_DROP 3 #define TC_CBQ_OVL_RCLASSIC 4 unsigned char priority2; + __u16 pad; __u32 penalty; }; |