X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=snapshot.h;fp=snapshot.h;h=76d63acfb00d7e994a4e4ab8ac2452f5a12d5617;hp=f8995923184d934a5a7a8560832736f6e2c6d5a3;hb=6e5c0bb2359b9fba6160957ffa88974233ba18ac;hpb=96bc0872c55ea4a0c1c52f7d5145f3f953226f78 diff --git a/snapshot.h b/snapshot.h index f8995923..76d63acf 100644 --- a/snapshot.h +++ b/snapshot.h @@ -8,9 +8,9 @@ #include "snapshot-interface.h" #include "config.h" -void addMemoryRegionToSnapShot( void * ptr, unsigned int numPages ); -snapshot_id takeSnapshot( ); -void rollBack( snapshot_id theSnapShot ); +void addMemoryRegionToSnapShot(void *ptr, unsigned int numPages); +snapshot_id takeSnapshot(); +void rollBack(snapshot_id theSnapShot); #if !USE_MPROTECT_SNAPSHOT void createSharedMemory();