X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshotimp.h;h=8d935f238b81e3d43cf5ea1d7fdac07f583bc470;hb=843f65d8af9e9b4c73f844ecc2a22fbafaee7967;hp=2d18b94dc659e4fe4fb3d42c226e34f30d0878ea;hpb=2906f608d81ce100d3771fd04be61722e60a795d;p=c11tester.git diff --git a/snapshotimp.h b/snapshotimp.h index 2d18b94d..8d935f23 100644 --- a/snapshotimp.h +++ b/snapshotimp.h @@ -10,7 +10,7 @@ #define SHARED_MEMORY_DEFAULT ( 100 * ( 1 << 20 ) ) // 100mb for the shared memory #define STACK_SIZE_DEFAULT ( ( 1 << 20 ) * 20 ) //20 mb out of the above 100 mb for my stack. -#if USE_CHECKPOINTING +#if USE_MPROTECT_SNAPSHOT //Each snapshotrecord lists the firstbackingpage that must be written to revert to that snapshot struct SnapShotRecord { unsigned int firstBackingPage;