Changeset 19421 for trunk/FACT++
- Timestamp:
- 12/21/18 21:47:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r19419 r19421 621 621 return !Dim::SendCommand(conf.Get<string>("restart")+"/EXIT", uint32_t(126)); 622 622 623 if (conf. Has("shutdown"))623 if (conf.Get<bool>("shutdown")) 624 624 return !Dim::SendCommand("DIS_DNS/KILL_SERVERS", uint32_t(125)); 625 625
Note:
See TracChangeset
for help on using the changeset viewer.