Github user rgs1 commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/522#discussion_r189469574
--- Diff: src/c/src/zookeeper.c ---
@@ -4502,6 +4532,30 @@ static void process_sync_completion(zhandle_t *zh,
}
}
+static int remove_watches(
+ zhandle_t *zh, const char *path, ZooWatcherType wtype,
+ watcher_fn watcher, void *wctx, int local, int all)
+{
+ int rc = 0;
+ struct sync_completion *sc;
--- End diff --
indentation?---
