]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/options.h
Use per-layout state files
[r2c2.git] / source / engineer / options.h
index e842c254fbb6c2a7b937765dca4182a841d9a439..689b22a7bdbb9be16289a175ff6d2c493b78bd07 100644 (file)
@@ -20,6 +20,7 @@ struct Options
        bool network;
        bool simulate;
        std::string layout_fn;
+       std::string state_fn;
 
        Options(int, char **);
 };