[PVFS2-CVS] commit by pcarns in pvfs2/src/server: pvfs2-server.h

CVS commit program cvs at parl.clemson.edu
Mon Jul 12 21:47:38 EDT 2004


Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb:/tmp/cvs-serv19993/src/server

Modified Files:
	pvfs2-server.h 
Log Message:
renaming msgpairarray state machine


Index: pvfs2-server.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/pvfs2-server.h,v
diff -p -u -r1.87 -r1.88
--- pvfs2-server.h	8 Jul 2004 21:21:51 -0000	1.87
+++ pvfs2-server.h	13 Jul 2004 00:47:38 -0000	1.88
@@ -16,8 +16,8 @@
 #include "job.h"
 #include "trove.h"
 #include "gossip.h"
-
 #include "PINT-reqproto-encode.h"
+#include "msgpairarray.h"
 
 
 extern job_context_id server_job_context;
@@ -189,6 +189,10 @@ typedef struct PINT_server_op
     /* encoded request and response structures */
     struct PINT_encoded_msg encoded;
     struct PINT_decoded_msg decoded;
+
+    /* state information for msgpairarray nested state machine */
+    int msgarray_count;
+    PINT_sm_msgpair_state *msgarray;
 
     union
     {



More information about the PVFS2-CVS mailing list