]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netfilter/xt_statistic.h
Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / include / linux / netfilter / xt_statistic.h
index 095f3c66f456548e3940405b0e7181a8eb70772a..4e983ef0c968a9e7d789fa89b9e3cfd10f9e859e 100644 (file)
@@ -15,6 +15,8 @@ enum xt_statistic_flags {
 };
 #define XT_STATISTIC_MASK              0x1
 
+struct xt_statistic_priv;
+
 struct xt_statistic_info {
        __u16                   mode;
        __u16                   flags;
@@ -25,11 +27,10 @@ struct xt_statistic_info {
                struct {
                        __u32   every;
                        __u32   packet;
-                       /* Used internally by the kernel */
-                       __u32   count;
+                       __u32   count; /* unused */
                } nth;
        } u;
-       struct xt_statistic_info        *master __attribute__((aligned(8)));
+       struct xt_statistic_priv *master __attribute__((aligned(8)));
 };
 
 #endif /* _XT_STATISTIC_H */