[PVFS2-CVS] commit by pcarns in pvfs2/src/apps/karma: comm.c
CVS commit program
cvs at parl.clemson.edu
Mon Mar 8 15:30:42 EST 2004
Update of /projects/cvsroot/pvfs2/src/apps/karma
In directory parlweb:/tmp/cvs-serv20351/src/apps/karma
Modified Files:
comm.c
Log Message:
added a new argument to parse_pvfstab() to force the use of a particular
tabfile rather than the usual system choices, can be left to NULL for
default behavior
Index: comm.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/karma/comm.c,v
diff -p -u -r1.15 -r1.16
--- comm.c 19 Feb 2004 16:13:41 -0000 1.15
+++ comm.c 8 Mar 2004 20:30:42 -0000 1.16
@@ -85,7 +85,7 @@ int gui_comm_setup(void)
/* PVFS2 init */
- if (PVFS_util_parse_pvfstab(&mnt))
+ if (PVFS_util_parse_pvfstab(NULL, &mnt))
{
return -1;
}
More information about the PVFS2-CVS
mailing list