Remove `bind_config' group chowning from domtool-publish
[hcoop/domtool2.git] / src / msgTypes.sml
index ea3ea2c..a0b7593 100644 (file)
@@ -126,5 +126,9 @@ datatype msg =
        (* 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