[Pvfs2-cvs] commit by kunkel in pvfs2/include: pvfs2-debug.h
CVS commit program
cvs at parl.clemson.edu
Sat Feb 17 05:39:49 EST 2007
Update of /projects/cvsroot/pvfs2/include
In directory parlweb1:/tmp/cvs-serv589/include
Modified Files:
Tag: kunkel-hint-branch
pvfs2-debug.h
Log Message:
Sync hint-branch to current CVS version
Index: pvfs2-debug.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-debug.h,v
diff -p -u -r1.51.2.3 -r1.51.2.4
--- pvfs2-debug.h 13 Jan 2007 10:16:52 -0000 1.51.2.3
+++ pvfs2-debug.h 17 Feb 2007 10:39:49 -0000 1.51.2.4
@@ -69,6 +69,7 @@
#define GOSSIP_DBPF_COALESCE_DEBUG ((uint64_t)1 << 47)
#define GOSSIP_ACCESS_HOSTNAMES ((uint64_t)1 << 48)
#define GOSSIP_FSCK_DEBUG ((uint64_t)1 << 49)
+#define GOSSIP_BMI_DEBUG_MX ((uint64_t)1 << 50)
/* NOTE: if you want your gossip flag to be controllable from
* pvfs2-set-debugmask you have to add it in
@@ -77,7 +78,8 @@
#define GOSSIP_BMI_DEBUG_ALL (uint64_t) \
(GOSSIP_BMI_DEBUG_TCP + GOSSIP_BMI_DEBUG_CONTROL + \
- GOSSIP_BMI_DEBUG_GM + GOSSIP_BMI_DEBUG_OFFSETS + GOSSIP_BMI_DEBUG_IB)
+ GOSSIP_BMI_DEBUG_GM + GOSSIP_BMI_DEBUG_OFFSETS + GOSSIP_BMI_DEBUG_IB \
+ + GOSSIP_BMI_DEBUG_MX)
uint64_t PVFS_debug_eventlog_to_mask(
const char *event_logging);
More information about the Pvfs2-cvs
mailing list