Parallelize the cache adpation
[IRC.git] / Robust / src / Runtime / bamboo / multicoremsg.h
index 401a6956df77f82da5914aa1d7d5182aad3a74e7..fb66bf7d59c0cc4118e92720f0643c426b753577 100644 (file)
@@ -192,8 +192,10 @@ typedef enum {
   GCPROFILES,            // 0xF3
 #endif // GC_PROFILE
 #ifdef GC_CACHE_ADAPT
-  GCSTARTPREF,           // 0xF4
-  GCFINISHPREF,          // 0xF5
+  GCSTARTCACHEPOLICY,    // 0xF4
+  GCFINISHCACHEPOLICY,   // 0xF5
+  GCSTARTPREF,           // 0xF6
+  GCFINISHPREF,          // 0xF7
 #endif // GC_CACHE_ADAPT
 #endif // MULTICORE_GC
   MSGEND