Ignore:
Timestamp:
03/04/13 08:25:34 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java

    r808 r896  
    1414        public static final int TO_SCHEDULERS = DCWORMSBASE - 3; 
    1515         
    16         public static final int PHASE_CHANGED = DCWORMSBASE - 2; 
     16        public static final int TASK_EXECUTION_CHANGED = DCWORMSBASE - 2; 
    1717         
    1818        public static final int UPDATE_PROCESSING = DCWORMSBASE - 1; 
     
    5555    public static final int RESUMED = 9; 
    5656 
    57     public static final int FAILED_RESOURCE_UNAVAILABLE = 10; 
     57    public static final int NEW_EXEC_PHASE = 10; 
    5858 
    5959} 
Note: See TracChangeset for help on using the changeset viewer.