Changeset 808 for DCWoRMS/trunk/src
- Timestamp:
- 01/28/13 13:16:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/gridsim/dcworms/DCWormsTags.java
r494 r808 10 10 protected static final int DCWORMSBASE = 600; 11 11 12 public static final int UPDATE= DCWORMSBASE - 1; 12 public static final int TO_COMP_RESOURCES = DCWORMSBASE - 4; 13 14 public static final int TO_SCHEDULERS = DCWORMSBASE - 3; 15 16 public static final int PHASE_CHANGED = DCWORMSBASE - 2; 17 18 public static final int UPDATE_PROCESSING = DCWORMSBASE - 1; 13 19 14 20 public static final int TIMER = DCWORMSBASE + 1;
Note: See TracChangeset
for help on using the changeset viewer.