X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;fp=snapshot-interface.h;h=cbebcd58f84a5902fcb784de16f0d439b137513b;hb=17446381d6542f54be93ab3d2cc1d274f2a314a7;hp=5f5f4ea01246b8fa506e06dcfb5cba5f3a38ef81;hpb=322fd21c16209780d43872cc44bb68d38172eabc;p=model-checker.git diff --git a/snapshot-interface.h b/snapshot-interface.h index 5f5f4ea..cbebcd5 100644 --- a/snapshot-interface.h +++ b/snapshot-interface.h @@ -32,4 +32,9 @@ class snapshotStack { private: struct stackEntry * stack; }; + +/* Not sure what it even means to have more than one snapshot object, + so let's just make a global reference to it.*/ + +extern snapshotStack * snapshotObject; #endif