All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Perevalov <a.perevalov@samsung.com>
To: netfilter-devel@vger.kernel.org
Cc: pablo@netfilter.org, netfilter@vger.kernel.org,
	Alexey Perevalov <a.perevalov@samsung.com>
Subject: [PATCH 2/4] extensions: Use DEBUGP macro from trace.h
Date: Thu, 25 Jul 2013 13:23:47 +0400	[thread overview]
Message-ID: <1374744229-5427-3-git-send-email-a.perevalov@samsung.com> (raw)
In-Reply-To: <1374744229-5427-1-git-send-email-a.perevalov@samsung.com>

Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
---
 extensions/libxt_dccp.c |    8 +-------
 extensions/libxt_sctp.c |    8 +-------
 extensions/libxt_set.c  |    1 +
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/extensions/libxt_dccp.c b/extensions/libxt_dccp.c
index 06cd23d..13a6451 100644
--- a/extensions/libxt_dccp.c
+++ b/extensions/libxt_dccp.c
@@ -15,13 +15,7 @@
 #include <linux/dccp.h>
 #include <linux/netfilter/x_tables.h>
 #include <linux/netfilter/xt_dccp.h>
-
-#ifdef DEBUG
-#define DEBUGP(format, first...) printf(format, ##first)
-#define static
-#else
-#define DEBUGP(format, fist...)
-#endif
+#include "trace.h"
 
 enum {
 	O_SOURCE_PORT = 0,
diff --git a/extensions/libxt_sctp.c b/extensions/libxt_sctp.c
index f5959cb..dab59d5 100644
--- a/extensions/libxt_sctp.c
+++ b/extensions/libxt_sctp.c
@@ -19,13 +19,7 @@
 #include <xtables.h>
 
 #include <linux/netfilter/xt_sctp.h>
-
-#if DEBUG
-#define DEBUGP(format, first...) printf(format, ##first)
-#define static
-#else
-#define DEBUGP(format, fist...)
-#endif
+#include "trace.h"
 
 static void
 print_chunk(uint32_t chunknum, int numeric);
diff --git a/extensions/libxt_set.c b/extensions/libxt_set.c
index 2cb9e78..4099541 100644
--- a/extensions/libxt_set.c
+++ b/extensions/libxt_set.c
@@ -21,6 +21,7 @@
 #include <xtables.h>
 #include <linux/netfilter/xt_set.h>
 #include "libxt_set.h"
+#include "trace.h"
 
 /* Revision 0 */
 
-- 
1.7.9.5


  parent reply	other threads:[~2013-07-25  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25  9:23 [PATCH 0/4] Generalize DEBUGP macros Alexey Perevalov
2013-07-25  9:23 ` [PATCH 1/4] iptables: Introduce header for keeping debug and trace entities Alexey Perevalov
2013-07-25  9:23 ` Alexey Perevalov [this message]
2013-07-25  9:23 ` [PATCH 3/4] iptables: Use DEBUGP macro from trace.h Alexey Perevalov
2013-07-25  9:23 ` [PATCH 4/4] libiptc: " Alexey Perevalov
2013-08-09 15:48 ` [PATCH 0/4] Generalize DEBUGP macros Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374744229-5427-3-git-send-email-a.perevalov@samsung.com \
    --to=a.perevalov@samsung.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.