rename again (snapshot_space -> user_snapshot_space)
[model-checker.git] / mymemory.h
index 85679a1787dc74f638d4a7ba023fc9ae75e8415b..0788e69f39c7beceef47a9944fb4ebee059346c7 100644 (file)
@@ -153,8 +153,7 @@ extern mspace create_mspace_with_base(void* base, size_t capacity, int locked);
 extern mspace create_mspace(size_t capacity, int locked);
 
 #if USE_MPROTECT_SNAPSHOT
-/** @brief mspace for the snapshotting heap */
-extern mspace snapshot_space;
+extern mspace user_snapshot_space;
 #endif
 
 #ifdef __cplusplus