[PVFS2-CVS] commit by robl in pvfs2-1/test/client/sysint: create-with-dist.c

CVS commit program cvs at parl.clemson.edu
Tue Jun 7 16:25:14 EDT 2005


Update of /projects/cvsroot/pvfs2-1/test/client/sysint
In directory parlweb:/tmp/cvs-serv3363/test/client/sysint

Modified Files:
	create-with-dist.c 
Log Message:
strip_size should be 64 bits not 32 bits 


Index: create-with-dist.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/client/sysint/create-with-dist.c,v
diff -u -w -p -u -r1.4 -r1.5
--- create-with-dist.c	2 Aug 2004 17:18:13 -0000	1.4
+++ create-with-dist.c	7 Jun 2005 19:25:14 -0000	1.5
@@ -27,7 +27,7 @@ int main(int argc, char **argv)
     PVFS_sys_attr attr;
     PVFS_credentials credentials;
     PVFS_sys_dist *dist = NULL;
-    int new_strip_size = 8192;
+    PVFS_size new_strip_size = 8192;
     
     if (argc != 2)
     {



More information about the PVFS2-CVS mailing list