summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingPiao Chen <chenjingpiao@gmail.com>2017-09-23 17:11:22 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2017-09-27 14:16:06 +0200
commitce0d5077f07c111e2ee8951830271219dd572a36 (patch)
tree2494f6cdc0e1e4b2711ba27b39c83f859235ad03
parent41e3126f9832e0093e6a9d35ff1ba6065242136f (diff)
include: remove outdated comment
Remove outdated comment, format field in struct cmd have moved in commit 788687b03e37 ("src: interpret the event type from the evaluation step"). Signed-off-by: JingPiao Chen <chenjingpiao@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--include/rule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rule.h b/include/rule.h
index 631a1bcd..89a6da68 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -437,7 +437,6 @@ void monitor_free(struct monitor *m);
* @seqnum: sequence number to match netlink errors
* @union: object
* @arg: argument data
- * @format: info about the export/import format
*/
struct cmd {
struct list_head list;