00001 00007 #ifndef MIGRATION_H 00008 #define MIGRATION_H 00009 00010 #include "InfoStream.h" 00011 #include "NamdTypes.h" 00012 #include "PatchTypes.h" 00013 00014 typedef FullAtom MigrationElem; 00015 00016 typedef ResizeArray<MigrationElem> MigrationList; 00017 typedef ResizeArrayIter<MigrationElem> MigrationListIter; 00018 00019 struct MigrationInfo { 00020 PatchID destPatchID; 00021 NodeID destNodeID; 00022 MigrationList mList; 00023 }; 00024 00025 #endif // MIGRATION_H 00026
1.3.9.1