X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=snapshot.h;h=8d37934b81be0504caa7ed7f8b93df4addc24c23;hb=3b08bb3248c8f63fc1c54da23da471cab0fe7239;hp=76d63acfb00d7e994a4e4ab8ac2452f5a12d5617;hpb=6e5c0bb2359b9fba6160957ffa88974233ba18ac;p=model-checker.git diff --git a/snapshot.h b/snapshot.h index 76d63ac..8d37934 100644 --- a/snapshot.h +++ b/snapshot.h @@ -7,13 +7,14 @@ #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(); +mspace create_shared_mspace(); #endif #endif