replicator-connection.h revision 447e086422f1ab7cc16833583ed70a4af7a84bc5
45726939a48e605b0166521f94300ae04981a3a7Sumit Bosetypedef void replicator_sync_callback_t(bool success, void *context);
45726939a48e605b0166521f94300ae04981a3a7Sumit Bosereplicator_connection_create_unix(const char *path,
45726939a48e605b0166521f94300ae04981a3a7Sumit Bosereplicator_connection_create_inet(const struct ip_addr *ips,
45726939a48e605b0166521f94300ae04981a3a7Sumit Bosevoid replicator_connection_destroy(struct replicator_connection **conn);
45726939a48e605b0166521f94300ae04981a3a7Sumit Bosevoid replicator_connection_notify(struct replicator_connection *conn,