aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/linux
diff options
context:
space:
mode:
authortimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
committertimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
commitfd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /networking/libiproute/linux
parent45d75f9ecc8f2b582407059da7d414f990ced68a (diff)
downloadbusybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.gz
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.bz2
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.zip
just whitespace
git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking/libiproute/linux')
-rw-r--r--networking/libiproute/linux/pkt_sched.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/libiproute/linux/pkt_sched.h b/networking/libiproute/linux/pkt_sched.h
index 70cbabc26..ec5b3fddd 100644
--- a/networking/libiproute/linux/pkt_sched.h
+++ b/networking/libiproute/linux/pkt_sched.h
@@ -256,8 +256,8 @@ struct tc_gred_sopt
256 256
257struct tc_htb_opt 257struct tc_htb_opt
258{ 258{
259 struct tc_ratespec rate; 259 struct tc_ratespec rate;
260 struct tc_ratespec ceil; 260 struct tc_ratespec ceil;
261 __u32 buffer; 261 __u32 buffer;
262 __u32 cbuffer; 262 __u32 cbuffer;
263 __u32 quantum; /* out only */ 263 __u32 quantum; /* out only */
@@ -268,9 +268,9 @@ struct tc_htb_opt
268}; 268};
269struct tc_htb_glob 269struct tc_htb_glob
270{ 270{
271 __u32 rate2quantum; /* bps->quantum divisor */ 271 __u32 rate2quantum; /* bps->quantum divisor */
272 __u32 defcls; /* default class number */ 272 __u32 defcls; /* default class number */
273 __u32 use_dcache; /* use dequeue cache ? */ 273 __u32 use_dcache; /* use dequeue cache ? */
274 __u32 debug; /* debug flags */ 274 __u32 debug; /* debug flags */
275 275
276 276
@@ -311,8 +311,8 @@ struct tc_cbq_lssopt
311 unsigned char flags; 311 unsigned char flags;
312#define TCF_CBQ_LSS_BOUNDED 1 312#define TCF_CBQ_LSS_BOUNDED 1
313#define TCF_CBQ_LSS_ISOLATED 2 313#define TCF_CBQ_LSS_ISOLATED 2
314 unsigned char ewma_log; 314 unsigned char ewma_log;
315 unsigned char level; 315 unsigned char level;
316#define TCF_CBQ_LSS_FLAGS 1 316#define TCF_CBQ_LSS_FLAGS 1
317#define TCF_CBQ_LSS_EWMA 2 317#define TCF_CBQ_LSS_EWMA 2
318#define TCF_CBQ_LSS_MAXIDLE 4 318#define TCF_CBQ_LSS_MAXIDLE 4