diff options
| author | Thomas Graf <tgraf@suug.ch> | 2004-10-19 04:00:00 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-10-19 04:00:00 -0700 |
| commit | a5e370d536855e8aeb20a19b4aaa1970bdcf2151 (patch) | |
| tree | 432e3dff1f914fbc0e21db66635a29443b07e8e5 /include | |
| parent | e3ba9650890e39f1f60dbfa13c7ff2ce7ba1ffa5 (diff) | |
[PKT_SCHED]: Use gnet_stats API to copy statistics into netlink message
Adapts qdisc API to use new gnet_stats functions to copy
statistics into netlink message.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/rtnetlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index ac4528ead16e..9bb86160c2f2 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -698,6 +698,7 @@ enum TCA_XSTATS, TCA_RATE, TCA_FCNT, + TCA_STATS2, __TCA_MAX }; |
