aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/codel_qdisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/codel_qdisc.h')
-rw-r--r--include/net/codel_qdisc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/codel_qdisc.h b/include/net/codel_qdisc.h
index 8144d9cd2908..098630f83a55 100644
--- a/include/net/codel_qdisc.h
+++ b/include/net/codel_qdisc.h
@@ -52,6 +52,7 @@
/* Qdiscs using codel plugin must use codel_skb_cb in their own cb[] */
struct codel_skb_cb {
codel_time_t enqueue_time;
+ unsigned int mem_usage;
};
static struct codel_skb_cb *get_codel_cb(const struct sk_buff *skb)