Changeset 19419 for trunk/FACT++
- Timestamp:
- 12/18/18 22:13:28 (6 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r18971 r19419 621 621 return !Dim::SendCommand(conf.Get<string>("restart")+"/EXIT", uint32_t(126)); 622 622 623 if (conf.Has("shutdown")) 624 return !Dim::SendCommand("DIS_DNS/KILL_SERVERS", uint32_t(125)); 625 623 626 return -1; 624 627 } -
trunk/FACT++/src/dimctrl.cc
r18821 r19419 50 50 ("interrupt", var<string>()->implicit_value(""), "Send an interrupt request (IRQ) to a running JavaScript.") 51 51 ("restart", var<string>(), "Send 'EXIT 126' to the given server") 52 ("shutdown", po_switch(), "Shutdown the whole network 'DIS_DNS/KILL_SERVERS'") 52 53 ("msg", var<string>(), "Send a message to the chat server.") 53 54 ;
Note:
See TracChangeset
for help on using the changeset viewer.