commit a29d43b78d5ddb20a808d9270c2de358556ba5ee Author: Jesper Dangaard Brouer Date: Mon Sep 3 14:35:19 2007 +0200 [IPROUTE2]: Update pkt_sched.h In struct tc_ratespec, replace 'addend', with 'cell_align' and 'overhead'. Signed-off-by: Jesper Dangaard Brouer diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index 268c515..a127d63 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -78,7 +78,8 @@ struct tc_ratespec unsigned char cell_log; unsigned char __reserved; unsigned short feature; - short addend; + char cell_align; + unsigned char overhead; unsigned short mpu; __u32 rate; };