[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc: module.mk.in
pvfs2-debug.c
CVS commit program
cvs at parl.clemson.edu
Wed Dec 6 11:06:10 EST 2006
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv11736/src/common/misc
Modified Files:
module.mk.in pvfs2-debug.c
Log Message:
add pvfs2-validate to head.
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/module.mk.in,v
diff -p -u -r1.29 -r1.30
--- module.mk.in 13 Sep 2006 19:09:35 -0000 1.29
+++ module.mk.in 6 Dec 2006 16:06:09 -0000 1.30
@@ -15,7 +15,8 @@ LIBSRC += $(DIR)/server-config.c \
$(DIR)/msgpairarray.c \
$(DIR)/pint-util.c \
$(DIR)/realpath.c \
- $(DIR)/tcache.c
+ $(DIR)/tcache.c \
+ $(DIR)/fsck-utils.c
SERVERSRC += $(DIR)/server-config.c \
$(DIR)/server-config-mgr.c \
$(DIR)/str-utils.c \
Index: pvfs2-debug.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pvfs2-debug.c,v
diff -p -u -r1.47 -r1.48
--- pvfs2-debug.c 13 Oct 2006 19:17:59 -0000 1.47
+++ pvfs2-debug.c 6 Dec 2006 16:06:09 -0000 1.48
@@ -106,6 +106,8 @@ static __keyword_mask_t s_keyword_mask_m
{ "access_hostnames", GOSSIP_ACCESS_HOSTNAMES },
/* Show the client device events */
{ "dev", GOSSIP_DEV_DEBUG },
+ /* Debug the fsck tool */
+ { "fsck", GOSSIP_FSCK_DEBUG },
/* 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