DispatcherCmd_Stop capability command

This commit is contained in:
Aurel Feer 2022-03-23 14:45:50 +01:00
parent a8700b9734
commit 47c7038002

View File

@ -519,6 +519,7 @@ enum kernel_cmd {
*/
enum dispatcher_cmd {
DispatcherCmd_Setup, ///< Set dispatcher parameters
DispatcherCmd_Stop, ///< afeer: script page 105: stop a process
DispatcherCmd_Properties, ///< Set dispatcher properties
DispatcherCmd_PerfMon, ///< Performance monitoring
DispatcherCmd_SetupGuest, ///< Set up the DCB of a guest domain