]> Pileus Git - ~andy/linux/blobdiff - include/net/netfilter/xt_rateest.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[~andy/linux] / include / net / netfilter / xt_rateest.h
index 5a2978d1cb22ae8713d43688b74370e44727725e..495c71f66e7e9334b3506174dc7e5352399938f4 100644 (file)
@@ -6,7 +6,7 @@ struct xt_rateest {
        struct gnet_stats_basic_packed  bstats;
        spinlock_t                      lock;
        /* keep rstats and lock on same cache line to speedup xt_rateest_mt() */
-       struct gnet_stats_rate_est      rstats;
+       struct gnet_stats_rate_est64    rstats;
 
        /* following fields not accessed in hot path */
        struct hlist_node               list;