Multi-configuration support
[hcoop/domtool2.git] / src / msgTypes.sml
index 97c9745..4e0d68d 100644 (file)
@@ -44,6 +44,7 @@ datatype msg =
        (* Which users have this permission? *)
        | MsgWhoHasResponse of string list
        (* These are the users! *)
-
+       | MsgMultiConfig of string list
+       (* Multiple Domtool sources in dependency order *)
 
 end