Remove `bind_config' group chowning from domtool-publish
[hcoop/domtool2.git] / src / msgTypes.sml
index 1fd2411..a0b7593 100644 (file)
@@ -124,5 +124,11 @@ datatype msg =
        (* Ask for a listing of all of a domain's real configuration *)
        | MsgDescription of string
        (* Reply to MsgDescribe *)
+       | MsgReUsers
+       (* Rerun all callbacks for cases where the set of users has changed *)
+       | MsgVmailChanged
+       (* Server tells slave that vmail user information has changed *)
+       | MsgFirewallRegen
+       (* Regenerate firewall on user machines *)
 
 end