diff options
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r-- | include/net/sch_generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 0a158ff4de12..8a44386b35cf 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
@@ -56,6 +56,8 @@ struct Qdisc | |||
56 | int (*reshape_fail)(struct sk_buff *skb, | 56 | int (*reshape_fail)(struct sk_buff *skb, |
57 | struct Qdisc *q); | 57 | struct Qdisc *q); |
58 | 58 | ||
59 | void *u32_node; | ||
60 | |||
59 | /* This field is deprecated, but it is still used by CBQ | 61 | /* This field is deprecated, but it is still used by CBQ |
60 | * and it will live until better solution will be invented. | 62 | * and it will live until better solution will be invented. |
61 | */ | 63 | */ |