X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot.h;h=e41eb9c9debfecc7cac7cfc912b6a3c190000966;hb=84e24d516d4e9dbd30f1fff7e9a185d1540d20eb;hp=cbbe0070fb92328f6690ba604cebbb19f8466fce;hpb=f5fbcb47d918e04f14e0d79d64538bf72afb6be4;p=model-checker.git diff --git a/snapshot.h b/snapshot.h index cbbe007..e41eb9c 100644 --- a/snapshot.h +++ b/snapshot.h @@ -17,11 +17,11 @@ #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