Privilege setting code
[hcoop/domtool2.git] / src / msgTypes.sml
index 1dfe16e..e89fc9d 100644 (file)
@@ -31,5 +31,7 @@ datatype msg =
        (* The status of a configuration file has changed. *)
        | MsgDoFiles
        (* Perform the actions associated with the MsgFiles sent previously. *)
        (* The status of a configuration file has changed. *)
        | MsgDoFiles
        (* Perform the actions associated with the MsgFiles sent previously. *)
+       | MsgGrant of Acl.acl
+       (* Grant a new permission *)
 
 end
 
 end