[PVFS2-CVS] commit by pcarns in pvfs2/src/io/flow/flowproto-bmi-trove: flowproto-multiqueue.c

CVS commit program cvs at parl.clemson.edu
Thu Feb 12 17:32:11 EST 2004


Update of /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-trove
In directory parlweb:/tmp/cvs-serv11078/src/io/flow/flowproto-bmi-trove

Modified Files:
	flowproto-multiqueue.c 
Log Message:
loosened up timing in thread mgr cancellation, be more aggressive about
finding pending operations, other minor tweaks


Index: flowproto-multiqueue.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/flow/flowproto-bmi-trove/flowproto-multiqueue.c,v
diff -p -u -r1.53 -r1.54
--- flowproto-multiqueue.c	12 Feb 2004 21:37:32 -0000	1.53
+++ flowproto-multiqueue.c	12 Feb 2004 22:32:11 -0000	1.54
@@ -1520,7 +1520,7 @@ static int cancel_pending_bmi(struct qli
 		&q_item->bmi_callback);
 	    if(ret < 0)
 	    {
-		gossip_err("WARNING: BMI cancel failed, proceeding anyway.\n");
+		gossip_err("WARNING: BMI thread mgr cancel failed, proceeding anyway.\n");
 	    }
 	}
     }



More information about the PVFS2-CVS mailing list