Start of DBMS support
[hcoop/domtool2.git] / src / msgTypes.sml
index 44f4178..0c7e5fe 100644 (file)
@@ -54,5 +54,7 @@ datatype msg =
        | MsgRmuser of string
        (* Remove all ACL entries for a user, and remove all domains to which
        * that user and no one else has rights. *)
+       | MsgCreateDbUser of string
+       (* Request creation of a user for the named DBMS type *)
 
 end