All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] logging refactoring
@ 2009-12-09  0:11 Colin McCabe
  2009-12-09  0:11 ` [PATCH 1/6] cld: Declare common.c functions in common.h Colin McCabe
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Colin McCabe @ 2009-12-09  0:11 UTC (permalink / raw)
  To: Project Hail List; +Cc: Pete Zaitcev, Jeff Garzik, Colin McCabe

This patch series creates a common.h and populates it with some function
prototypes and logging stuff.

version 2:
* Rename CLD_DEBUG, etc. to HAIL_DEBUG
* use angle brackets for including common.h from include/

Colin McCabe (6):
  cld: Declare common.c functions in common.h
  cld: create logging macros
  cld: modify client code to use logging macros
  cld: modify server code to use logging macros
  cld: modify cld-dns to use logging macros
  cld: Tweak some log levels in cldc dns

 include/cld_msg.h |   10 -----
 include/cldc.h    |   12 +++----
 include/common.h  |   38 ++++++++++++++++++++
 lib/cldc-dns.c    |   82 +++++++++++++++++---------------------------
 lib/cldc.c        |   98 +++++++++++++++++++++-------------------------------
 server/cld.h      |    4 +-
 server/cldb.c     |    6 ++--
 server/msg.c      |   49 +++++++++++---------------
 server/server.c   |   86 ++++++++++++++++++++--------------------------
 server/session.c  |   57 ++++++++++++-------------------
 server/util.c     |   27 +++++++-------
 tools/cldcli.c    |   14 +++++---
 12 files changed, 223 insertions(+), 260 deletions(-)
 create mode 100644 include/common.h

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

end of thread, other threads:[~2009-12-15 22:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09  0:11 [PATCH 0/6 v2] logging refactoring Colin McCabe
2009-12-09  0:11 ` [PATCH 1/6] cld: Declare common.c functions in common.h Colin McCabe
2009-12-09  0:11 ` [PATCH 2/6] cld: create logging macros Colin McCabe
2009-12-09  0:11 ` [PATCH 3/6] cld: modify client code to use " Colin McCabe
2009-12-09  0:11 ` [PATCH 4/6] cld: modify server " Colin McCabe
2009-12-09  0:11 ` [PATCH 5/6] cld: modify cld-dns " Colin McCabe
2009-12-09 20:35   ` Pete Zaitcev
2009-12-10  0:44     ` Colin McCabe
2009-12-09  0:11 ` [PATCH 6/6] cld: Tweak some log levels in cldc dns Colin McCabe
2009-12-14  7:23 ` [PATCH 0/6 v2] logging refactoring Colin McCabe
2009-12-14 20:36   ` Jeff Garzik
2009-12-15  2:18     ` Colin McCabe
2009-12-15 18:19       ` Pete Zaitcev
2009-12-15 22:38         ` Jeff Garzik
2009-12-15 22:47           ` Pete Zaitcev
2009-12-15 22:57             ` Jeff Garzik

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.