more bug fixes
[c11tester.git] / snapshot.h
index f8995923184d934a5a7a8560832736f6e2c6d5a3..47e48b234f0f2f9b980c710186b4eab9117a13e1 100644 (file)
@@ -7,13 +7,8 @@
 
 #include "snapshot-interface.h"
 #include "config.h"
+#include "mymemory.h"
 
-void addMemoryRegionToSnapShot( void * ptr, unsigned int numPages );
-snapshot_id takeSnapshot( );
-void rollBack( snapshot_id theSnapShot );
-
-#if !USE_MPROTECT_SNAPSHOT
-void createSharedMemory();
-#endif
+mspace create_shared_mspace();
 
 #endif