X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/36e42cb86393a7b9e333ecd7edfbdd16c7d9a1ac..5ee41dd039e304ae374a5f1265e32839204f14ff:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 1dfe16e..e89fc9d 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -31,5 +31,7 @@ datatype msg = (* 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