Revision: 63
http://gridsim.svn.sourceforge.net/gridsim/?rev=63&view=rev
Author: marcos_dias
Date: 2007-09-22 15:44:03 -0700 (Sat, 22 Sep 2007)
Log Message:
-----------
Bug fix (bug number 1800046):
Size of a reply to a query for free/busy times
Modified Paths:
--------------
trunk/source/gridsim/ARPolicy.java
Modified: trunk/source/gridsim/ARPolicy.java
===================================================================
--- trunk/source/gridsim/ARPolicy.java 2007-09-19 01:32:28 UTC (rev 62)
+++ trunk/source/gridsim/ARPolicy.java 2007-09-22 22:44:03 UTC (rev 63)
@@ -453,7 +453,7 @@
// for query, just send the result list
super.sim_schedule(super.outputPort_,0,GridSimTags.RETURN_AR_QUERY_TIME,
- new IO_data(array, SIZE, destID) );
+ new IO_data(array, size, destID) );
}
// only convert the start time (result[0]) from local/resource time to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|