X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot.h;h=d3fc7b80f9856e5c83a662ba1235c72a6f1b18f4;hb=c7a6544c3f19d8c4d71b82871c832a866f8dbb79;hp=8d37934b81be0504caa7ed7f8b93df4addc24c23;hpb=421c3af5d7265b26a4c946a710f2acd986c5d78a;p=model-checker.git diff --git a/snapshot.h b/snapshot.h index 8d37934..d3fc7b8 100644 --- a/snapshot.h +++ b/snapshot.h @@ -9,9 +9,9 @@ #include "config.h" #include "mymemory.h" -void addMemoryRegionToSnapShot(void *ptr, unsigned int numPages); -snapshot_id takeSnapshot(); -void rollBack(snapshot_id theSnapShot); +void snapshot_add_memory_region(void *ptr, unsigned int numPages); +snapshot_id take_snapshot(); +void snapshot_roll_back(snapshot_id theSnapShot); #if !USE_MPROTECT_SNAPSHOT mspace create_shared_mspace();