diff options
Diffstat (limited to 'makima/src/daemon/ws')
| -rw-r--r-- | makima/src/daemon/ws/protocol.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makima/src/daemon/ws/protocol.rs b/makima/src/daemon/ws/protocol.rs index d0bcc19..3b02b53 100644 --- a/makima/src/daemon/ws/protocol.rs +++ b/makima/src/daemon/ws/protocol.rs @@ -624,6 +624,9 @@ pub enum DaemonCommand { code: String, message: String, }, + + /// Restart the daemon process. + RestartDaemon, } impl DaemonMessage { |
