Home
last modified time | relevance | path

Searched refs:default_zoo_watcher (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/tests/
H A DTestClient.cc328 …static void default_zoo_watcher(zhandle_t *zzh, int type, int state, const char *path, void *conte… in default_zoo_watcher() function in Zookeeper_simpleSystem
331 zrc = zoo_wget_children(zzh, "/mytest", default_zoo_watcher, NULL, &str_vec); in default_zoo_watcher()
367 zrc = zoo_wget_children(zh, "/mytest", default_zoo_watcher, NULL, &str_vec); in testHangingClient()
371 zrc = zoo_wget_children(zh, "/mytest", default_zoo_watcher, NULL, &str_vec); in testHangingClient()