diff options
| author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
|---|---|---|
| committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
| commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
| tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /networking/libiproute/linux | |
| parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
| download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip | |
just whitespace
Diffstat (limited to 'networking/libiproute/linux')
| -rw-r--r-- | networking/libiproute/linux/pkt_sched.h | 14 |
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 | ||
| 257 | struct tc_htb_opt | 257 | struct 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 | }; |
| 269 | struct tc_htb_glob | 269 | struct 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 |
