[PVFS2-CVS] commit by neill in pvfs2/test/client/sysint: io-test.c
CVS commit program
cvs at parl.clemson.edu
Wed Mar 10 12:21:22 EST 2004
Update of /projects/cvsroot/pvfs2/test/client/sysint
In directory parlweb:/tmp/cvs-serv31075/test/client/sysint
Modified Files:
io-test.c
Log Message:
- server and client side io sm cleanups
- give io it's own debugmask
- improved error handling on the client side
Index: io-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/client/sysint/io-test.c,v
diff -p -u -r1.45 -r1.46
--- io-test.c 9 Mar 2004 22:24:20 -0000 1.45
+++ io-test.c 10 Mar 2004 17:21:22 -0000 1.46
@@ -261,7 +261,7 @@ int main(
}
for (i = 0; i < resp_getattr.attr.dfile_count; i++)
{
- printf("0x%08Lx\n", Lu(dfile_array[i]));
+ printf("%Lu\n", Lu(dfile_array[i]));
}
/**************************************************************
More information about the PVFS2-CVS
mailing list