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

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


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv17202/src/common/misc

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



Index: state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/state-machine.h,v
diff -p -u -r1.16.4.1 -r1.16.4.2
--- state-machine.h	8 Feb 2008 22:21:25 -0000	1.16.4.1
+++ state-machine.h	30 May 2008 19:27:07 -0000	1.16.4.2
@@ -194,8 +194,9 @@ void *PINT_sm_pop_frame(struct PINT_smcb
                         int *error_code,
                         int *remaining);
 
-/* This macro is used in calls to PINT_sm_fram() */
+/* These macros are used in calls to PINT_sm_fram() */
 #define PINT_FRAME_CURRENT 0
+#define PINT_FRAME_PREVIOUS 1
 
 struct PINT_state_machine_s pvfs2_void_sm;
 



More information about the Pvfs2-cvs mailing list