X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;h=c0db0d0c0990595beaea3f1af70933a0f97779a8;hb=842999a974209b3cb0ae776a9e86eb390e8a919d;hp=9912a1b78f2beba07c08b624b483c71492fd9e3a;hpb=8548c711d71b6474802af83f5a4800eb4ac30718;p=model-checker.git diff --git a/snapshot-interface.h b/snapshot-interface.h index 9912a1b..c0db0d0 100644 --- a/snapshot-interface.h +++ b/snapshot-interface.h @@ -10,7 +10,7 @@ typedef unsigned int snapshot_id; typedef void (*VoidFuncPtr)(); -void initSnapShotLibrary(unsigned int numbackingpages, +void initSnapshotLibrary(unsigned int numbackingpages, unsigned int numsnapshots, unsigned int nummemoryregions, unsigned int numheappages, VoidFuncPtr entryPoint);