From: Ruben Kerkhof Date: Sun, 6 Dec 2015 08:57:33 +0000 (+0100) Subject: iptables plugin: move comment to right place X-Git-Tag: collectd-5.6.0~514^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53310b4899f08f496082c93726921f7a542390e5;p=collectd.git iptables plugin: move comment to right place --- diff --git a/src/iptables.c b/src/iptables.c index 027a2327..296b076d 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -65,10 +65,6 @@ static const char *config_keys[] = "Chain6" }; static int config_keys_num = STATIC_ARRAY_SIZE (config_keys); -/* - Each table/chain combo that will be queried goes into this list -*/ - enum protocol_version_e { IPV4, @@ -76,6 +72,9 @@ enum protocol_version_e }; typedef enum protocol_version_e protocol_version_t; +/* + * Each table/chain combo that will be queried goes into this list + */ #ifndef XT_TABLE_MAXNAMELEN # define XT_TABLE_MAXNAMELEN 32 #endif