Ignore:
Timestamp:
10/29/12 10:00:57 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSBF_DFSClusterPlugin.java

    r514 r525  
    2626import schedframe.scheduling.tasks.TaskInterface; 
    2727 
    28 public class FCFSCPUFreqScalingClusterLocalPlugin extends BaseLocalSchedulingPlugin { 
     28public class FCFSBF_DFSClusterPlugin extends BaseLocalSchedulingPlugin { 
    2929 
    3030        List<Processor> allocatedCPUs; 
    31         public FCFSCPUFreqScalingClusterLocalPlugin () { 
     31        public FCFSBF_DFSClusterPlugin () { 
    3232                allocatedCPUs = new ArrayList<Processor>(); 
    3333        } 
Note: See TracChangeset for help on using the changeset viewer.