[Pvfs2-cvs] commit by slang in pvfs2/src/io/dev: pint-dev.c
CVS commit program
cvs at parl.clemson.edu
Fri Apr 13 01:14:25 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/dev
In directory parlweb1:/tmp/cvs-serv14013/src/io/dev
Modified Files:
pint-dev.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: pint-dev.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/dev/pint-dev.c,v
diff -p -u -r1.35 -r1.36
--- pint-dev.c 2 Feb 2007 02:08:57 -0000 1.35
+++ pint-dev.c 13 Apr 2007 05:14:24 -0000 1.36
@@ -399,6 +399,11 @@ int PINT_dev_test_unexpected(
/* assume we are done and return */
safe_exit:
free(buffer);
+ gossip_debug(GOSSIP_DEV_DEBUG,
+ "[DEV]: %s Exit: "
+ "incount: %d, outcount: %d, bytes available: %d\n",
+ __func__, incount, *outcount, avail);
+
return ((*outcount > 0) ? 1 : 0);
}
More information about the Pvfs2-cvs
mailing list