diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2006-01-19 11:39:33 -0500 | 
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2006-01-19 11:39:33 -0500 | 
| commit | 944d79559d154c12becde0dab327016cf438f46c (patch) | |
| tree | 50c101806f4d3b6585222dda060559eb4f3e005a /include/linux/pkt_sched.h | |
| parent | d087e4bdd24ebe3ae3d0b265b6573ec901af4b4b (diff) | |
| parent | 0f36b018b2e314d45af86449f1a97facb1fbe300 (diff) | |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'include/linux/pkt_sched.h')
| -rw-r--r-- | include/linux/pkt_sched.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index e87b233615b3..d10f35338507 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h | |||
| @@ -429,6 +429,7 @@ enum | |||
| 429 | TCA_NETEM_CORR, | 429 | TCA_NETEM_CORR, | 
| 430 | TCA_NETEM_DELAY_DIST, | 430 | TCA_NETEM_DELAY_DIST, | 
| 431 | TCA_NETEM_REORDER, | 431 | TCA_NETEM_REORDER, | 
| 432 | TCA_NETEM_CORRUPT, | ||
| 432 | __TCA_NETEM_MAX, | 433 | __TCA_NETEM_MAX, | 
| 433 | }; | 434 | }; | 
| 434 | 435 | ||
| @@ -457,6 +458,12 @@ struct tc_netem_reorder | |||
| 457 | __u32 correlation; | 458 | __u32 correlation; | 
| 458 | }; | 459 | }; | 
| 459 | 460 | ||
| 461 | struct tc_netem_corrupt | ||
| 462 | { | ||
| 463 | __u32 probability; | ||
| 464 | __u32 correlation; | ||
| 465 | }; | ||
| 466 | |||
| 460 | #define NETEM_DIST_SCALE 8192 | 467 | #define NETEM_DIST_SCALE 8192 | 
| 461 | 468 | ||
| 462 | #endif | 469 | #endif | 
