[PVFS2-CVS] commit by neill in pvfs2/include: pvfs2-debug.h

CVS commit program cvs at parl.clemson.edu
Thu Sep 16 18:00:50 EDT 2004


Update of /projects/cvsroot/pvfs2/include
In directory parlweb:/tmp/cvs-serv1088/include

Modified Files:
	pvfs2-debug.h 
Log Message:
- break out clientcore debugging into its own debugging mask
- fixed error code returned by trove on open-cache-get failures on bstream
  flushes


Index: pvfs2-debug.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-debug.h,v
diff -p -u -r1.37 -r1.38
--- pvfs2-debug.h	16 Sep 2004 20:01:55 -0000	1.37
+++ pvfs2-debug.h	16 Sep 2004 21:00:49 -0000	1.38
@@ -50,6 +50,7 @@
 #define GOSSIP_PERMISSIONS_DEBUG       ((uint64_t)1 << 28)
 #define GOSSIP_CANCEL_DEBUG            ((uint64_t)1 << 29)
 #define GOSSIP_MSGPAIR_DEBUG           ((uint64_t)1 << 30)
+#define GOSSIP_CLIENTCORE_DEBUG        ((uint64_t)1 << 30)
 
 #define GOSSIP_BMI_DEBUG_ALL (uint64_t)                               \
 (GOSSIP_BMI_DEBUG_TCP + GOSSIP_BMI_DEBUG_CONTROL +                    \



More information about the PVFS2-CVS mailing list