mymemory: add basic model_snapshot_space
[model-checker.git] / mymemory.h
index 0788e69f39c7beceef47a9944fb4ebee059346c7..b2242062dd765ee44f1ec1d945f8d235073aec52 100644 (file)
@@ -156,6 +156,8 @@ extern mspace create_mspace(size_t capacity, int locked);
 extern mspace user_snapshot_space;
 #endif
 
 extern mspace user_snapshot_space;
 #endif
 
+extern mspace model_snapshot_space;
+
 #ifdef __cplusplus
 };  /* end of extern "C" */
 #endif
 #ifdef __cplusplus
 };  /* end of extern "C" */
 #endif