X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;h=d0fcbb70fc9e137daae11d04f5443310d101a319;hb=448991da4be411c39be8ce3a56615a8eae2811d3;hp=7a5030b85dc23df43112189e03e611fe0cc86c76;hpb=28ad364d515e48abc7a57371ff906b63e19c8d7a;p=c11tester.git diff --git a/snapshot-interface.h b/snapshot-interface.h index 7a5030b8..d0fcbb70 100644 --- a/snapshot-interface.h +++ b/snapshot-interface.h @@ -10,10 +10,8 @@ typedef unsigned int snapshot_id; typedef void (*VoidFuncPtr)(); -void snapshot_system_init(unsigned int numbackingpages, - unsigned int numsnapshots, unsigned int nummemoryregions, - unsigned int numheappages); -void startExecution(ucontext_t * context, VoidFuncPtr entryPoint); +void snapshot_system_init(unsigned int numheappages); +void startExecution(); snapshot_id take_snapshot(); void snapshot_roll_back(snapshot_id theSnapShot);