[Pvfs2-cvs] commit by kunkel in pvfs2/src/apps/vis: pvfs2-vis.c
CVS commit program
cvs at parl.clemson.edu
Sat Aug 19 09:09:33 EDT 2006
Update of /projects/cvsroot/pvfs2/src/apps/vis
In directory parlweb1:/tmp/cvs-serv3901/src/apps/vis
Modified Files:
Tag: kunkel-branch
pvfs2-vis.c
Log Message:
Added PVFS-hint, changed tests for pwrite/odirect/transactions/aio dbpf
support to allow users to explicitly enable or disable the functionality.
In the aio implementation is a bug since somebody else modified it.
Index: pvfs2-vis.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/vis/pvfs2-vis.c,v
diff -p -u -r1.15.22.2 -r1.15.22.3
--- pvfs2-vis.c 24 Jul 2006 17:20:18 -0000 1.15.22.2
+++ pvfs2-vis.c 19 Aug 2006 13:09:33 -0000 1.15.22.3
@@ -179,7 +179,7 @@ int pvfs2_vis_start(char* path, int upda
next_id_array,
io_server_count,
HISTORY,
- NULL);
+ NULL, NULL);
if (ret < 0)
{
return ret;
@@ -294,7 +294,7 @@ static void *poll_for_updates(void *args
next_id_array,
server_count,
history_count,
- NULL);
+ NULL, NULL);
if (ret < 0)
{
pint_vis_error = ret;
More information about the Pvfs2-cvs
mailing list