PERFORCE change 193889 for review

Ilya Putsikau ilya at FreeBSD.org
Sun May 29 10:47:37 UTC 2011


http://p4web.freebsd.org/@@193889?ac=10

Change 193889 by ilya at 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;


More information about the p4-projects mailing list