[Pvfs2-cvs] commit by slang in pvfs2/src/apps/vis: pvfs2-vis.c
CVS commit program
cvs at parl.clemson.edu
Mon Apr 7 12:30:54 EDT 2008
Update of /projects/cvsroot/pvfs2/src/apps/vis
In directory parlweb1:/tmp/cvs-serv1608/src/apps/vis
Modified Files:
Tag: he-branch
pvfs2-vis.c
Log Message:
hints and events.
Index: pvfs2-vis.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/vis/pvfs2-vis.c,v
diff -p -u -r1.15 -r1.15.54.1
--- pvfs2-vis.c 28 Sep 2005 22:59:17 -0000 1.15
+++ pvfs2-vis.c 7 Apr 2008 16:30:54 -0000 1.15.54.1
@@ -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