[PVFS2-CVS] commit by neill in pvfs2/src/client/sysint: client-state-machine.h sys-flush.sm

CVS commit program cvs at parl.clemson.edu
Thu Jul 29 17:38:57 EDT 2004


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv15333/src/client/sysint

Modified Files:
	client-state-machine.h sys-flush.sm 
Log Message:
- misc cleanups, formatting, and debugging adding
- final version bump and changelog update before cvs tagging


Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.129 -r1.130
--- client-state-machine.h	29 Jul 2004 19:52:33 -0000	1.129
+++ client-state-machine.h	29 Jul 2004 20:38:57 -0000	1.130
@@ -545,7 +545,7 @@ do {                                    
     memset(msg_p, 0, sizeof(PINT_sm_msgpair_state));           \
     if (sm_p->msgarray && (sm_p->msgarray != &(sm_p->msgpair)))\
     {                                                          \
-	free(sm_p->msgarray);                                  \
+        free(sm_p->msgarray);                                  \
         sm_p->msgarray = NULL;                                 \
     }                                                          \
     sm_p->msgarray = msg_p;                                    \

Index: sys-flush.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-flush.sm,v
diff -p -u -r1.24 -r1.25
--- sys-flush.sm	28 Jul 2004 14:32:32 -0000	1.24
+++ sys-flush.sm	29 Jul 2004 20:38:57 -0000	1.25
@@ -29,13 +29,14 @@ static int flush_cleanup(
 
 %%
 
-machine pvfs2_client_flush_sm(flush_getattr_setup_msgpair,
-                              flush_getattr_xfer_msgpair,
-                              flush_getattr_failure,
-                              flush_datafile_setup_msgpairarray,
-                              flush_datafile_xfer_msgpairarray,
-                              flush_datafile_flush_failure,
-                              cleanup)
+machine pvfs2_client_flush_sm(
+    flush_getattr_setup_msgpair,
+    flush_getattr_xfer_msgpair,
+    flush_getattr_failure,
+    flush_datafile_setup_msgpairarray,
+    flush_datafile_xfer_msgpairarray,
+    flush_datafile_flush_failure,
+    cleanup)
 {
     state flush_getattr_setup_msgpair
     {



More information about the PVFS2-CVS mailing list