X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/86aa5de7d9f2754d50489432ffaa43cba3fa170f..434a7b1fbf0e810a19b9b4038edd28c981908cbd:/src/msgTypes.sml?ds=sidebyside 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