summaryrefslogtreecommitdiffstats
path: root/src/recon.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/recon.mli')
-rw-r--r--src/recon.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recon.mli b/src/recon.mli
index 42fcfad..a924965 100644
--- a/src/recon.mli
+++ b/src/recon.mli
@@ -4,7 +4,7 @@
val reconcileAll :
?allowPartial:bool (* whether we allow partial synchronization
of directories (default to false) *)
- -> Common.updateItem list Common.oneperpath
+ -> (Path.t * Common.updateItem * Path.t * Common.updateItem) list
(* one updateItem per replica, per path *)
-> Common.reconItem list (* List of updates that need propagated *)
* bool (* Any file updated equally on all roots*)