comparison 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
comparison
equal deleted inserted replaced
14260:a452e5f616a2 14261:14ff849dc266
1 #ifndef NOTIFY_CONNECTION_H
2 #define NOTIFY_CONNECTION_H
3
4 void notify_connection_create(int fd, bool fifo);
5 void notify_connections_destroy_all(void);
6
7 void notify_connection_sync_callback(bool success, void *context);
8
9 #endif