[PVFS2-CVS]
commit by pw in pvfs2/src/client/sysint: client-state-machine.h
CVS commit program
cvs at parl.clemson.edu
Thu Jun 16 17:40:42 EDT 2005
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv5826/src/client/sysint
Modified Files:
client-state-machine.h
Log Message:
unsigned avoids warnings and is consistent with a bunch of function signatures
Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -u -p -u -r1.140 -r1.141
--- client-state-machine.h 28 Mar 2005 19:13:37 -0000 1.140
+++ client-state-machine.h 16 Jun 2005 20:40:42 -0000 1.141
@@ -289,7 +289,7 @@ struct PINT_client_mgmt_setparam_list_sm
int64_t value;
PVFS_id_gen_t *addr_array;
int count;
- int64_t *old_value_array;
+ uint64_t *old_value_array;
int *root_check_status_array;
PVFS_error_details *details;
};
More information about the PVFS2-CVS
mailing list