Ignore:
Timestamp:
12/18/14 11:09:56 (10 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1440 r1453  
    4848        public static final int TASK_MOVE = DCWORMSBASE + 13; 
    4949         
     50        public static final int RESOURCE_TEMPERATURE_LIMIT_EXCEEDED = DCWORMSBASE + 14; 
     51         
    5052    public static final int CREATED = 0; 
    5153 
     
    7577 
    7678    public static final int FAILED = 13; 
     79 
     80        public static final int UPDATE_TEMPERATURE = 14; 
     81         
     82        public static final int ADJUST_FANS = 15; 
    7783     
    7884} 
Note: See TracChangeset for help on using the changeset viewer.