summaryrefslogtreecommitdiffstats
path: root/include/netlink/route/link.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-28 23:58:27 (GMT)
committerThomas Graf <tgraf@suug.ch>2010-10-28 23:58:27 (GMT)
commit873a64e2c1901116cbd89115acee0058db11c527 (patch)
tree7bc56fe2d07c4922428d325eedd43b4446bcb193 /include/netlink/route/link.h
parent6d434415ad06077371724ba7b12f23917fba1b7a (diff)
downloadlibnl-873a64e2c1901116cbd89115acee0058db11c527.zip
libnl-873a64e2c1901116cbd89115acee0058db11c527.tar.gz
libnl-873a64e2c1901116cbd89115acee0058db11c527.tar.bz2
Support for 64bit link counters IFLA_STATS64
Diffstat (limited to 'include/netlink/route/link.h')
-rw-r--r--include/netlink/route/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h
index 4b630f7..2d410ec 100644
--- a/include/netlink/route/link.h
+++ b/include/netlink/route/link.h
@@ -44,7 +44,7 @@ enum rtnl_link_st {
RTNL_LINK_TX_CARRIER_ERR,
RTNL_LINK_TX_HBEAT_ERR,
RTNL_LINK_TX_WIN_ERR,
- RTNL_LINK_TX_COLLISIONS,
+ RTNL_LINK_COLLISIONS,
RTNL_LINK_MULTICAST,
__RTNL_LINK_STATS_MAX,
};