* [PATCH] xt_statistic: add the comment
@ 2010-07-23 8:26 Changli Gao
0 siblings, 0 replies; only message in thread
From: Changli Gao @ 2010-07-23 8:26 UTC (permalink / raw)
To: Patrick McHardy; +Cc: netfilter-devel, Changli Gao
add the comment to improve the readability.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
include/linux/netfilter/xt_statistic.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/netfilter/xt_statistic.h b/include/linux/netfilter/xt_statistic.h
index 4e983ef..827edee 100644
--- a/include/linux/netfilter/xt_statistic.h
+++ b/include/linux/netfilter/xt_statistic.h
@@ -30,6 +30,8 @@ struct xt_statistic_info {
__u32 count; /* unused */
} nth;
} u;
+
+ /* Used internally by the kernel */
struct xt_statistic_priv *master __attribute__((aligned(8)));
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-23 8:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 8:26 [PATCH] xt_statistic: add the comment Changli Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).