diff options
| author | Thomas Graf <tgraf@suug.ch> | 2005-04-02 02:41:50 +0200 |
|---|---|---|
| committer | Thomas Graf <tgraf@suug.ch> | 2005-04-02 02:41:50 +0200 |
| commit | c118915dbc82e87adcfd742f6437d04102d781e5 (patch) | |
| tree | 2fba9748f4d596d94b87337924d13e8adb1d1578 /include/net | |
| parent | 54356933c64d5f26e15c040d6bb81e8d2d616555 (diff) | |
| parent | cd4e48c6a593a106c89173d9c1e7901e2f820290 (diff) | |
Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_exts
into suug.ch:/home/tgr/dev/linux/net-2.6-tcf_exts
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/gen_stats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/gen_stats.h b/include/net/gen_stats.h index 9a9bea508d1b..0b95cf031d6e 100644 --- a/include/net/gen_stats.h +++ b/include/net/gen_stats.h @@ -15,7 +15,8 @@ struct gnet_dump /* Backward compatability */ int compat_tc_stats; int compat_xstats; - struct rtattr * xstats; + void * xstats; + int xstats_len; struct tc_stats tc_stats; }; |
