[Pvfs2-cvs] commit by slang in pvfs2/src/io/job: job.c
CVS commit program
cvs at parl.clemson.edu
Fri Apr 13 01:14:27 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/job
In directory parlweb1:/tmp/cvs-serv14013/src/io/job
Modified Files:
job.c
Log Message:
merge of the WALT3 branch to HEAD. This patch changes the way state actions
are represented as C structures (what statecomp generates). It also changes
the main state action parameter from a s_op on the server or an sm_p on the client
to a unified smcb pointer (state machine control block) for all state actions (both client and server). Finally, initial support for concurrent state machines has
been added to allow state actions to be invoked concurrently .. a first step for
server-to-server.
Index: job.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/job/job.c,v
diff -p -u -r1.172 -r1.173
--- job.c 18 Oct 2006 16:01:10 -0000 1.172
+++ job.c 13 Apr 2007 05:14:26 -0000 1.173
@@ -15,6 +15,7 @@
#include <assert.h>
#include <time.h>
+#include "state-machine.h"
#include "job.h"
#include "job-desc-queue.h"
#include "gen-locks.h"
More information about the Pvfs2-cvs
mailing list