]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-esfq.patch
- wrr already in llh.
[packages/linux-libc-headers.git] / linux-libc-headers-esfq.patch
1 --- pkt_sched.h.orig    2004-04-20 13:10:20.000000000 +0200
2 +++ pkt_sched.h 2004-04-25 19:15:12.694743784 +0200
3 @@ -27,6 +27,8 @@
4     Particular schedulers may have also their private records.
5   */
6  
7 +#include <linux/types.h>
8 +
9  struct tc_stats
10  {
11         __u64   bytes;                  /* NUmber of enqueues bytes */
12 @@ -164,6 +166,13 @@
13         TCA_SFQ_HASH_SRC,
14  };
15  
16 +enum
17 +{
18 +       TCA_SFQ_HASH_CLASSIC,
19 +       TCA_SFQ_HASH_DST,
20 +       TCA_SFQ_HASH_SRC,
21 +};
22 +
23  struct tc_sfq_qopt
24  {
25         unsigned        quantum;        /* Bytes per round allocated to flow */
This page took 0.530904 seconds and 4 git commands to generate.