view src/director/notify-connection.h @ 22536:5f09f6aa089b

director: doveadm HOST-* commands now wait for ring sync before returning OK This should make it easier for tests and maybe for scripts in general, so they won't think the command failed when it just takes a while to finish.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 14 Aug 2017 10:29:47 +0300
parents 2a5336ad86cd
children 98408dc06937
line wrap: on
line source

#ifndef NOTIFY_CONNECTION_H
#define NOTIFY_CONNECTION_H

struct director;

struct notify_connection *notify_connection_init(struct director *dir, int fd);
void notify_connection_deinit(struct notify_connection **conn);

#endif