diff options
Diffstat (limited to 'include/net/gen_stats.h')
| -rw-r--r-- | include/net/gen_stats.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/gen_stats.h b/include/net/gen_stats.h index c1488553e34..fa157712e98 100644 --- a/include/net/gen_stats.h +++ b/include/net/gen_stats.h @@ -6,8 +6,7 @@  #include <linux/rtnetlink.h>  #include <linux/pkt_sched.h> -struct gnet_dump -{ +struct gnet_dump {  	spinlock_t *      lock;  	struct sk_buff *  skb;  	struct nlattr *   tail; @@ -30,6 +29,7 @@ extern int gnet_stats_start_copy_compat(struct sk_buff *skb, int type,  extern int gnet_stats_copy_basic(struct gnet_dump *d,  				 struct gnet_stats_basic_packed *b);  extern int gnet_stats_copy_rate_est(struct gnet_dump *d, +				    const struct gnet_stats_basic_packed *b,  				    struct gnet_stats_rate_est *r);  extern int gnet_stats_copy_queue(struct gnet_dump *d,  				 struct gnet_stats_queue *q);  |