X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6ae327f88a6be8efd02cfe4b713444f9f3ac2672..6e62228d09c5067f798b356b88b0c53190f75729:/src/slave.sig diff --git a/src/slave.sig b/src/slave.sig index 10d2071..7d78217 100644 --- a/src/slave.sig +++ b/src/slave.sig @@ -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