Adding fixes for the fork based implementation, also removed some redundant code...
[c11tester.git] / snapshot-interface.h
index e9746e1ebb35468ff20e0ea68fd9ee364a0e7cd6..7e501fea4214292244273ebb806a3472591a8e09 100644 (file)
@@ -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();