[PVFS2-CVS] commit by neill in pvfs2/src/common/misc: msgpairarray.sm

CVS commit program cvs at parl.clemson.edu
Fri Jul 23 12:40:58 EDT 2004


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv11736/src/common/misc

Modified Files:
	msgpairarray.sm 
Log Message:
- fix typo that causes msgpair retries to happen *way* too quickly


Index: msgpairarray.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/msgpairarray.sm,v
diff -p -u -r1.17 -r1.18
--- msgpairarray.sm	22 Jul 2004 13:46:24 -0000	1.17
+++ msgpairarray.sm	23 Jul 2004 15:40:58 -0000	1.18
@@ -66,11 +66,12 @@ static int count_incomplete_msgs(
 
 %%
 
-nested machine pvfs2_msgpairarray_sm(init,
-                                            post,
-                                            post_retry,
-					    complete,
-					    completion_fn)
+nested machine pvfs2_msgpairarray_sm(
+    init,
+    post,
+    post_retry,
+    complete,
+    completion_fn)
 {
     state init
     {
@@ -402,7 +403,7 @@ static int msgpairarray_post_retry(PAREN
                  "(%p) msgpairarray state: post_retry\n", sm_p);
 
     return job_req_sched_post_timer(
-	sm_p->msgarray_params.retry_limit,
+	sm_p->msgarray_params.retry_delay,
         sm_p, 0, js_p, &tmp_id,
 	sm_p->msgarray_params.job_context);
 }



More information about the PVFS2-CVS mailing list