X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshotimp.h;h=2d18b94dc659e4fe4fb3d42c226e34f30d0878ea;hb=2906f608d81ce100d3771fd04be61722e60a795d;hp=c28b4ebf015ff0b89acf46700288d353263a66f9;hpb=10de861d3a9908e75b6f94283cc67b3f1b4d93ab;p=model-checker.git diff --git a/snapshotimp.h b/snapshotimp.h index c28b4eb..2d18b94 100644 --- a/snapshotimp.h +++ b/snapshotimp.h @@ -52,6 +52,7 @@ struct SnapShot { //Global reference to snapshot data structure extern struct SnapShot * snapshotrecord; void * ReturnPageAlignedAddress( void *); +void * PageAlignAddressUpward( void *); #else struct Snapshot_t{ char *mSharedMemoryBase; @@ -60,9 +61,6 @@ size_t mStackSize; snapshot_id mIDToRollback; ucontext_t mContextToRollback; snapshot_id currSnapShotID; -#if DEBUG -struct timeval startTimeGlobal; -#endif volatile bool mbFinalize; }; extern struct Snapshot_t * sTheRecord;