Changeset 1453 for DCWoRMS/branches/coolemall/src/gridsim/dcworms
- Timestamp:
- 12/18/14 11:09:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java
r1440 r1453 48 48 public static final int TASK_MOVE = DCWORMSBASE + 13; 49 49 50 public static final int RESOURCE_TEMPERATURE_LIMIT_EXCEEDED = DCWORMSBASE + 14; 51 50 52 public static final int CREATED = 0; 51 53 … … 75 77 76 78 public static final int FAILED = 13; 79 80 public static final int UPDATE_TEMPERATURE = 14; 81 82 public static final int ADJUST_FANS = 15; 77 83 78 84 }
Note: See TracChangeset
for help on using the changeset viewer.