X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=snapshot-interface.h;h=7e501fea4214292244273ebb806a3472591a8e09;hp=e9746e1ebb35468ff20e0ea68fd9ee364a0e7cd6;hb=f7e343245eacef390a0d52ba4f7dac361eb11a51;hpb=7962faac2edf30977bf5c837e0452c2accb23789 diff --git a/snapshot-interface.h b/snapshot-interface.h index e9746e1e..7e501fea 100644 --- a/snapshot-interface.h +++ b/snapshot-interface.h @@ -8,6 +8,7 @@ typedef void (*VoidFuncPtr)(); void initSnapShotLibrary(unsigned int numbackingpages, unsigned int numsnapshots, unsigned int nummemoryregions, unsigned int numheappages, VoidFuncPtr entryPoint); +void finalize(); void SnapshotGlobalSegments();