This commit is contained in:
parent
01cd5452c6
commit
5bbe878854
|
@ -88,9 +88,10 @@ void init(const std::string& system_props_file)
|
||||||
static const Init doInit(system_props_file);
|
static const Init doInit(system_props_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string stdPropsPath("/home/jdaugherty/dnseppus/etc/toolkit2.conf");
|
||||||
|
|
||||||
void scenario(int scenario)
|
void scenario(int scenario)
|
||||||
{
|
{
|
||||||
std::string stdPropsPath("etc/toolkit2.conf");
|
|
||||||
|
|
||||||
tkScenario = scenario;
|
tkScenario = scenario;
|
||||||
static const Init doInit(stdPropsPath);
|
static const Init doInit(stdPropsPath);
|
||||||
|
|
Loading…
Reference in New Issue