diff src/replication/aggregator/notify-connection.h @ 14261:14ff849dc266

Initial implementation of dsync-based replication.
author Timo Sirainen <tss@iki.fi>
date Sun, 04 Mar 2012 09:50:21 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/replication/aggregator/notify-connection.h	Sun Mar 04 09:50:21 2012 +0200
@@ -0,0 +1,9 @@
+#ifndef NOTIFY_CONNECTION_H
+#define NOTIFY_CONNECTION_H
+
+void notify_connection_create(int fd, bool fifo);
+void notify_connections_destroy_all(void);
+
+void notify_connection_sync_callback(bool success, void *context);
+
+#endif