view 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 source

#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