]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/if_link.h
tty: Make vt's have a tty_port
[karo-tx-linux.git] / include / linux / if_link.h
index 9d8f0807daedf79d9fde26ce7bf6404b6bffb902..2fc66dd783eefd18119cbd29f5d5b7fe54a15ec4 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/types.h>
 #include <linux/netlink.h>
 
-/* The struct should be in sync with struct net_device_stats */
+/* This struct should be in sync with struct rtnl_link_stats64 */
 struct rtnl_link_stats {
        __u32   rx_packets;             /* total packets received       */
        __u32   tx_packets;             /* total packets transmitted    */
@@ -37,6 +37,7 @@ struct rtnl_link_stats {
        __u32   tx_compressed;
 };
 
+/* The main device statistics structure */
 struct rtnl_link_stats64 {
        __u64   rx_packets;             /* total packets received       */
        __u64   tx_packets;             /* total packets transmitted    */