Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2007 11:54:38 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 120766 for review
Message-ID:  <200706021154.l52BsceY077530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120766

Change 120766 by fli@fli_genesis on 2007/06/02 11:53:56

	- Move generic debugging macros to its own file.

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/debug.h#1 add
.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/log.h#2 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/log.h#2 (text+ko) ====

@@ -32,12 +32,6 @@
 void log_init(int);
 void logger(int, const char *, ...);
 
-#define DEBUG_NONE		0x0000
-#define DEBUG_WQUEUE	0x0001
-#define DEBUG_EVENT		0x0002
-#define DEBUG_STACK		0x0004
-#define DEBUG_MISC		0x0008
-
 #ifdef DEBUG
 extern int __debug_msg;
 #define dprintf(m, _msg, ...) do { \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706021154.l52BsceY077530>