[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc: pvfs2-debug.c
CVS commit program
cvs at parl.clemson.edu
Tue Oct 10 14:44:24 EDT 2006
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv3381/src/common/misc
Modified Files:
pvfs2-debug.c
Log Message:
[phil]: added ACCESS_DEBUG option to print hostnames instead of IP addresses in debug output.
[slang]: fix to previous commit of debug statement in remove.sm
Index: pvfs2-debug.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pvfs2-debug.c,v
diff -p -u -r1.45 -r1.46
--- pvfs2-debug.c 20 Sep 2006 21:47:22 -0000 1.45
+++ pvfs2-debug.c 10 Oct 2006 18:44:24 -0000 1.46
@@ -102,6 +102,8 @@ static __keyword_mask_t s_keyword_mask_m
{ "keyval", GOSSIP_DBPF_KEYVAL_DEBUG },
/* Debug the metadata sync coalescing code */
{ "coalesce", GOSSIP_DBPF_COALESCE_DEBUG },
+ /* Display the hostnames instead of IP addrs in debug output */
+ { "access_hostnames", GOSSIP_ACCESS_HOSTNAMES },
/* Everything except the periodic events. Useful for debugging */
{ "verbose",
(__DEBUG_ALL & ~(GOSSIP_PERFCOUNTER_DEBUG | GOSSIP_STATE_MACHINE_DEBUG))
More information about the Pvfs2-cvs
mailing list