[Pvfs2-cvs] commit by slang in pvfs2/test/io/trove:
test-listio-aio-convert.c
CVS commit program
cvs at parl.clemson.edu
Wed Jul 23 19:59:49 EDT 2008
Update of /projects/cvsroot/pvfs2/test/io/trove
In directory parlweb1:/tmp/cvs-serv23597/test/io/trove
Modified Files:
test-listio-aio-convert.c
Log Message:
revert changes until I can figure out what the hell I'm doing wrong.
Index: test-listio-aio-convert.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/trove/test-listio-aio-convert.c,v
diff -p -u -r1.7 -r1.8
--- test-listio-aio-convert.c 23 Jul 2008 20:31:55 -0000 1.7
+++ test-listio-aio-convert.c 23 Jul 2008 23:59:49 -0000 1.8
@@ -43,7 +43,6 @@ int main(int argc, char *argv[])
int aiocb_inuse_count = AIOCB_ARRAY_SZ;
int i, ret;
int cnt;
- PVFS_size end_of_request;
soff[0] = 0;
soff[1] = 65536;
@@ -86,8 +85,7 @@ int main(int argc, char *argv[])
soff, ssize, scnt,
aiocb_p,
&aiocb_inuse_count,
- &lio_state,
- &end_of_request);
+ &lio_state);
if ( ret < 0 ) {
fprintf(stderr, "error in dbpf_bstream_listio_convert\n");
return -1;
More information about the Pvfs2-cvs
mailing list