Ignore:
Timestamp:
06/18/14 12:21:54 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1374 r1381  
    4242        public static final int TASK_RESUME = DCWORMSBASE + 10; 
    4343         
    44         public static final int TASK_MOVE = DCWORMSBASE + 11; 
     44        public static final int TASK_MIGRATE = DCWORMSBASE + 11; 
    4545 
     46        public static final int TASK_MOVE = DCWORMSBASE + 12; 
    4647         
    4748    public static final int CREATED = 0; 
     
    7374    public static final int FAILED = 13; 
    7475     
    75  
    7676} 
Note: See TracChangeset for help on using the changeset viewer.