trying to get fork based snapshotting to work
[model-checker.git] / snapshot.h
index cbbe0070fb92328f6690ba604cebbb19f8466fce..e41eb9c9debfecc7cac7cfc912b6a3c190000966 100644 (file)
 #define SIGSTACKSIZE 32768
 
 void addMemoryRegionToSnapShot( void * ptr, unsigned int numPages );
-
 snapshot_id takeSnapshot( );
-
 void rollBack( snapshot_id theSnapShot );
 
-void createSharedLibrary();
+#if !USE_MPROTECT_SNAPSHOT
+void createSharedMemory();
+#endif
 
 #endif