Change concatTo to use only local node's files
[hcoop/domtool2.git] / src / slave.sig
index 10d2071..7d78217 100644 (file)
@@ -53,4 +53,7 @@ signature SLAVE = sig
     (* Search through the result configuration hierarchy for all files matching
      * the predicate, writing a list of their domains to the file named by the
      * third argument, delimiting the entries with the second argument. *)
+
+    val hostname : unit -> string
+    (* Get hostname of this machine *)
 end