[Pvfs2-cvs] commit by elaine in pvfs2/src/client/sysint: client-state-machine.h

CVS commit program cvs at parl.clemson.edu
Fri May 30 15:27:06 EDT 2008


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv17202/src/client/sysint

Modified Files:
      Tag: cu-sandbox-branch
	client-state-machine.h 
Log Message:



Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.170.4.5 -r1.170.4.6
--- client-state-machine.h	14 Apr 2008 18:14:47 -0000	1.170.4.5
+++ client-state-machine.h	30 May 2008 19:27:06 -0000	1.170.4.6
@@ -89,7 +89,7 @@ struct PINT_client_create_file_sm
     PINT_dist *dist;                            /* client-side work space */
 
     PVFS_handle_extent_array meta_handle_extent_array; /* client=>server input parameter */
-    PVFS_handle_extent_array io_handle_extent_array; /* server work space */
+    PVFS_handle_extent_array *io_handle_extent_array; /* server work space */
 
     PVFS_sys_layout layout;                     /* client work space */
     PVFS_handle metafile_handle;                /* client/server work space */



More information about the Pvfs2-cvs mailing list