Changeset 808


Ignore:
Timestamp:
01/28/13 13:16:29 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r494 r808  
    1010        protected static final int DCWORMSBASE = 600;  
    1111         
    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; 
    1319         
    1420        public static final int TIMER = DCWORMSBASE + 1; 
Note: See TracChangeset for help on using the changeset viewer.