[PVFS2-CVS] commit by neill in pvfs2/src/common/misc: pvfs2-debug.c

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


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv1088/src/common/misc

Modified Files:
	pvfs2-debug.c 
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.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pvfs2-debug.c,v
diff -p -u -r1.26 -r1.27
--- pvfs2-debug.c	16 Sep 2004 20:01:56 -0000	1.26
+++ pvfs2-debug.c	16 Sep 2004 21:00:50 -0000	1.27
@@ -28,7 +28,7 @@ GOSSIP_MMAP_RCACHE_DEBUG | GOSSIP_LOOKUP
 GOSSIP_REMOVE_DEBUG | GOSSIP_GETATTR_DEBUG | GOSSIP_READDIR_DEBUG|\
 GOSSIP_IO_DEBUG | GOSSIP_DBPF_OPEN_CACHE_DEBUG |                  \
 GOSSIP_PERMISSIONS_DEBUG | GOSSIP_CANCEL_DEBUG |                  \
-GOSSIP_MSGPAIR_DEBUG)
+GOSSIP_MSGPAIR_DEBUG | GOSSIP_CLIENTCORE_DEBUG)
 
 /* map all config keywords to pvfs2 debug masks here */
 static __keyword_mask_t s_keyword_mask_map[] =
@@ -58,6 +58,7 @@ static __keyword_mask_t s_keyword_mask_m
     { "permissions", GOSSIP_PERMISSIONS_DEBUG }, 
     { "cancel", GOSSIP_CANCEL_DEBUG },
     { "msgpair", GOSSIP_MSGPAIR_DEBUG },
+    { "clientcore", GOSSIP_CLIENTCORE_DEBUG },
     { "verbose",  (__DEBUG_ALL & ~GOSSIP_REQ_SCHED_DEBUG)},
     { "none", GOSSIP_NO_DEBUG },
     { "all",  __DEBUG_ALL }



More information about the PVFS2-CVS mailing list