BIND
[hcoop/domtool2.git] / src / slave.sig
index 52c9381..10d2071 100644 (file)
@@ -27,6 +27,7 @@ signature SLAVE = sig
 
     type file_status = {action : file_action,
                        domain : string,
+                       dir : string,
                        file : string}
 
     val registerFileHandler : (file_status -> unit) -> unit