snapshot: define macros with type size_t
[c11tester.git] / snapshot-interface.h
index e9746e1ebb35468ff20e0ea68fd9ee364a0e7cd6..48fa2e3e0915247f6baece67fa46c62d5f21e7cb 100644 (file)
@@ -1,3 +1,8 @@
+/** @file snapshot-interface.h
+ *  @brief C++ layer on top of snapshotting system.
+ */
+
+
 #ifndef __SNAPINTERFACE_H
 #define __SNAPINTERFACE_H
 #include "mymemory.h"
@@ -8,8 +13,7 @@ typedef void (*VoidFuncPtr)();
 void initSnapShotLibrary(unsigned int numbackingpages,
                unsigned int numsnapshots, unsigned int nummemoryregions,
                unsigned int numheappages, VoidFuncPtr entryPoint);
-
-void SnapshotGlobalSegments();
+void finalize();
 
 struct stackEntry {
   struct stackEntry *next;