Changeset 896 for DCWoRMS/branches/coolemall/src/gridsim/dcworms
- Timestamp:
- 03/04/13 08:25:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java
r808 r896 14 14 public static final int TO_SCHEDULERS = DCWORMSBASE - 3; 15 15 16 public static final int PHASE_CHANGED = DCWORMSBASE - 2;16 public static final int TASK_EXECUTION_CHANGED = DCWORMSBASE - 2; 17 17 18 18 public static final int UPDATE_PROCESSING = DCWORMSBASE - 1; … … 55 55 public static final int RESUMED = 9; 56 56 57 public static final int FAILED_RESOURCE_UNAVAILABLE = 10;57 public static final int NEW_EXEC_PHASE = 10; 58 58 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.