[Pvfs2-cvs] commit by bligon in pvfs2/src/client/sysint:
client-state-machine.h sys-io.sm
CVS commit program
cvs at parl.clemson.edu
Thu Apr 30 11:02:59 EDT 2009
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb1:/tmp/cvs-serv320/src/client/sysint
Modified Files:
Tag: Orange-Branch
client-state-machine.h sys-io.sm
Log Message:
Setting up Orange Branch
Index: client-state-machine.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/client-state-machine.h,v
diff -p -u -r1.177 -r1.177.10.1
--- client-state-machine.h 2 Feb 2009 18:47:42 -0000 1.177
+++ client-state-machine.h 30 Apr 2009 15:02:59 -0000 1.177.10.1
@@ -37,7 +37,9 @@
/* Default client timeout in seconds used to set the timeout for jobs that
* send or receive request messages.
*/
+#ifndef PVFS2_CLIENT_JOB_BMI_TIMEOUT_DEFAULT
#define PVFS2_CLIENT_JOB_BMI_TIMEOUT_DEFAULT 30
+#endif
/* Default number of times to retry restartable client operations. */
#define PVFS2_CLIENT_RETRY_LIMIT_DEFAULT (5)
Index: sys-io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-io.sm,v
diff -p -u -r1.164 -r1.164.8.1
--- sys-io.sm 9 Feb 2009 16:36:08 -0000 1.164
+++ sys-io.sm 30 Apr 2009 15:02:59 -0000 1.164.8.1
@@ -441,6 +441,7 @@ static PINT_sm_action io_init(
static PINT_sm_action io_inspect_attr(
struct PINT_smcb *smcb, job_status_s *js_p)
{
+
struct PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
if (PINT_smcb_cancelled(smcb))
{
@@ -466,6 +467,9 @@ static PINT_sm_action io_inspect_attr(
static PINT_sm_action io_unstuff_setup_msgpair(
struct PINT_smcb *smcb, job_status_s *js_p)
{
+
+ gossip_err("Executing io_unstuff_setup_msgpair....\n");
+
struct PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
int ret = -PVFS_EINVAL;
PINT_sm_msgpair_state *msg_p = NULL;
@@ -789,6 +793,9 @@ static PINT_sm_action io_datafile_post_m
status_user_tag, msg->max_resp_sz);
cur_ctx->session_tag = PINT_util_get_next_tag();
+
+ gossip_err("CLIENT: SYS-IO SM: cur_ctx->session_tag:%d",cur_ctx->session_tag);
+
cur_ctx->msg_recv_has_been_posted = 0;
cur_ctx->msg_recv_in_progress = 0;
More information about the Pvfs2-cvs
mailing list