All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Generalize DEBUGP macros
@ 2013-07-25  9:23 Alexey Perevalov
  2013-07-25  9:23 ` [PATCH 1/4] iptables: Introduce header for keeping debug and trace entities Alexey Perevalov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexey Perevalov @ 2013-07-25  9:23 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo, netfilter, Alexey Perevalov

It's better to have one common header for keeping debug macro.
There are many files currently define they own trace macros (DEBUGP).
All of them are moved to DEBUGP from trace.h.

Alexey Perevalov (4):
  iptables: Introduce header for keeping debug and trace entities
  extensions: Use DEBUGP macro from trace.h
  iptables: Use DEBUGP macro from trace.h
  libiptc: Use DEBUGP macro from trace.h

 extensions/libxt_dccp.c      |    8 +---
 extensions/libxt_sctp.c      |    8 +---
 extensions/libxt_set.c       |    1 +
 include/trace.h              |   14 +++++++
 iptables/ip6tables-restore.c |    7 +---
 iptables/iptables-restore.c  |    7 +---
 iptables/iptables-xml.c      |    7 +---
 libiptc/libiptc.c            |   90 +++++++++++++++++-------------------------
 8 files changed, 57 insertions(+), 85 deletions(-)
 create mode 100644 include/trace.h

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-09 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 2/4] extensions: Use DEBUGP macro from trace.h Alexey Perevalov
2013-07-25  9:23 ` [PATCH 3/4] iptables: " 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

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.