Changeset 153 for xssim/trunk/src/test


Ignore:
Timestamp:
03/16/12 09:35:34 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/scheduling/implementation/ManagementSystem.java

    r104 r153  
    195195 
    196196        protected boolean sendFinishJob(AbstractExecutable task) { 
    197         IO_data obj = new IO_data(task, task.getGridletOutputSize(), GridSim.getEntityId(logicalResource.getParent().get_name())); 
     197        IO_data obj = new IO_data(task, 0, /*task.getGridletOutputSize(),*/ GridSim.getEntityId(logicalResource.getParent().get_name())); 
    198198        logicalResource.send(logicalResource.getOutputPort(), 0.0, GridSimTags.GRIDLET_RETURN, obj); 
    199199                return true; 
Note: See TracChangeset for help on using the changeset viewer.