other: StopDaemon

This commit is contained in:
hinto.janai 2024-07-07 20:47:02 -04:00
parent 06265877cf
commit fd9cde1e51
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -254,6 +254,17 @@ define_request_and_response! {
}
}
define_request_and_response! {
stop_daemon,
cc73fe71162d564ffda8e549b79a350bca53c454 =>
core_rpc_server_commands_defs.h => 1814..=1831,
StopDaemon,
Request {},
ResponseBase {
status: Status,
}
}
//---------------------------------------------------------------------------------------------------- Tests
#[cfg(test)]
mod test {