[PVFS2-CVS] commit by neill in pvfs2/include: pvfs2-debug.h
CVS commit program
cvs at parl.clemson.edu
Fri Sep 3 12:02:31 EDT 2004
Update of /projects/cvsroot/pvfs2/include
In directory parlweb:/tmp/cvs-serv30328/include
Modified Files:
pvfs2-debug.h
Log Message:
- replaced temporary test values
Index: pvfs2-debug.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-debug.h,v
diff -p -u -r1.34 -r1.35
--- pvfs2-debug.h 3 Sep 2004 14:56:59 -0000 1.34
+++ pvfs2-debug.h 3 Sep 2004 15:02:31 -0000 1.35
@@ -20,7 +20,7 @@
#define GOSSIP_BMI_DEBUG_OFFSETS ((uint64_t)1 << 2)
#define GOSSIP_BMI_DEBUG_GM ((uint64_t)1 << 3)
#define GOSSIP_JOB_DEBUG ((uint64_t)1 << 4)
-#define GOSSIP_SERVER_DEBUG ((uint64_t)1 << 51)
+#define GOSSIP_SERVER_DEBUG ((uint64_t)1 << 5)
#define GOSSIP_STO_DEBUG_CTRL ((uint64_t)1 << 6)
#define GOSSIP_STO_DEBUG_DEFAULT ((uint64_t)1 << 7)
#define GOSSIP_FLOW_DEBUG ((uint64_t)1 << 8)
@@ -28,7 +28,7 @@
#define GOSSIP_REQUEST_DEBUG ((uint64_t)1 << 10)
#define GOSSIP_FLOW_PROTO_DEBUG ((uint64_t)1 << 11)
#define GOSSIP_NCACHE_DEBUG ((uint64_t)1 << 12)
-#define GOSSIP_CLIENT_DEBUG ((uint64_t)1 << 61)
+#define GOSSIP_CLIENT_DEBUG ((uint64_t)1 << 13)
#define GOSSIP_REQ_SCHED_DEBUG ((uint64_t)1 << 14)
#define GOSSIP_ACACHE_DEBUG ((uint64_t)1 << 15)
#define GOSSIP_TROVE_DEBUG ((uint64_t)1 << 16)
More information about the PVFS2-CVS
mailing list