X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/7e197d72e7a51507611aa37e9d05bb135172ceb3..9f27d58f1ce0833bb5460d7ca612c74f378548a1:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 445f8af..3003a39 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -81,5 +81,7 @@ datatype msg = (* One line of a response to MsgSmtpLogReq *) | MsgDbPasswd of {dbtype : string, passwd : string} (* Change a DBMS user's password *) + | MsgShutdown + (* Halt the server *) end