From f7548d6d28c313cf80e6f3ef89aed16a19815df1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:24 +0200 Subject: Adding upstream version 1:2.3.19.1+dfsg1. Signed-off-by: Daniel Baumann --- src/replication/aggregator/notify-connection.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/replication/aggregator/notify-connection.h (limited to 'src/replication/aggregator/notify-connection.h') diff --git a/src/replication/aggregator/notify-connection.h b/src/replication/aggregator/notify-connection.h new file mode 100644 index 0000000..790ae45 --- /dev/null +++ b/src/replication/aggregator/notify-connection.h @@ -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 -- cgit v1.2.3