[Pvfs2-cvs] commit by kunkel in pvfs2/test/client/sysint: io-stress.c

CVS commit program cvs at parl.clemson.edu
Sat Jan 13 05:16:59 EST 2007


Update of /projects/cvsroot/pvfs2/test/client/sysint
In directory parlweb1:/tmp/cvs-serv19417/test/client/sysint

Modified Files:
      Tag: kunkel-hint-branch
	io-stress.c 
Log Message:
Synchronization with HEAD


Index: io-stress.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/io-stress.c,v
diff -p -u -r1.2.2.1 -r1.2.2.2
--- io-stress.c	8 Sep 2006 10:00:33 -0000	1.2.2.1
+++ io-stress.c	13 Jan 2007 10:16:59 -0000	1.2.2.2
@@ -230,7 +230,7 @@ static void do_pvfs_io(int num_io)
         memset(error_code_array, 0, MAX_OPS * sizeof(int));
         memset(all_request, 0, MAX_OPS * sizeof(io_request *));
         ret = PVFS_sys_testsome(
-                op_id_array, &op_count, (void **) all_request,
+                op_id_array, &op_count, (void *) all_request,
                 error_code_array, 10);
         for (i = 0; i < op_count; i++)
         {



More information about the Pvfs2-cvs mailing list