Back to server-slide describe
[hcoop/domtool2.git] / src / msgTypes.sml
index 25c3592..034e26a 100644 (file)
@@ -120,5 +120,9 @@ datatype msg =
        (* Grant all allowed privileges on a DBMS database to the user *)
        | MsgMysqlFixperms
        (* Run the script to grant DROP privileges on MySQL tables to owning users *)
+       | MsgDescribe of string
+       (* Ask for a listing of all of a domain's real configuration *)
+       | MsgDescription of string
+       (* Reply to MsgDescribe *)
 
 end