X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=mymemory.h;h=b2242062dd765ee44f1ec1d945f8d235073aec52;hp=0788e69f39c7beceef47a9944fb4ebee059346c7;hb=b5000a06086de6ea8799168d463f018cab785830;hpb=99928ab8d61239d499f5bf45ae9a2b41595350f8;ds=sidebyside diff --git a/mymemory.h b/mymemory.h index 0788e69..b224206 100644 --- a/mymemory.h +++ b/mymemory.h @@ -156,6 +156,8 @@ extern mspace create_mspace(size_t capacity, int locked); extern mspace user_snapshot_space; #endif +extern mspace model_snapshot_space; + #ifdef __cplusplus }; /* end of extern "C" */ #endif