Add shutdown command
[hcoop/domtool2.git] / src / msgTypes.sml
index 445f8af..3003a39 100644 (file)
@@ -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