Apt package installation querying of dispatcher
[hcoop/domtool2.git] / src / msgTypes.sml
index 3003a39..480c905 100644 (file)
@@ -83,5 +83,10 @@ datatype msg =
        (* Change a DBMS user's password *)
        | MsgShutdown
        (* Halt the server *)
        (* Change a DBMS user's password *)
        | MsgShutdown
        (* Halt the server *)
+       | MsgYes
+       | MsgNo
+       (* Answers to boolean queries *)
+       | MsgApt of string
+       (* Is this apt package installed on your host? *)
 
 end
 
 end