diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 121cbad0aae5..a44118b1b56c 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -832,6 +832,9 @@ struct net_device | |||
832 | /* Number of TX queues currently active in device */ | 832 | /* Number of TX queues currently active in device */ |
833 | unsigned int real_num_tx_queues; | 833 | unsigned int real_num_tx_queues; |
834 | 834 | ||
835 | /* root qdisc from userspace point of view */ | ||
836 | struct Qdisc *qdisc; | ||
837 | |||
835 | unsigned long tx_queue_len; /* Max frames per queue allowed */ | 838 | unsigned long tx_queue_len; /* Max frames per queue allowed */ |
836 | spinlock_t tx_global_lock; | 839 | spinlock_t tx_global_lock; |
837 | /* | 840 | /* |