Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2011 10:47:37 GMT
From:      Ilya Putsikau <ilya@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 193889 for review
Message-ID:  <201105291047.p4TAlaZS077600@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@193889?ac=10

Change 193889 by ilya@ilya_triton2011 on 2011/05/29 10:47:01

	Add kdebug_printf, debug_printf

Affected files ...

.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse.h#4 edit

Differences ...

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse.h#4 (text+ko) ====

@@ -195,6 +195,9 @@
 #endif
 #endif
 
+#define debug_printf(fmt, ...) DEBUG(fmt, ## __VA_ARGS__)
+#define kdebug_printf(fmt, ...) DEBUG(fmt, ## __VA_ARGS__)
+
 #if _DEBUG || _DEBUG2G || _DEBUG3G || FMASTER
 extern char *fuse_opnames[];
 extern int fuse_opnames_entries;



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