view src/indexer/master-connection.h @ 22658:ff99e7bff132

director: Allow proxy-notify to optionally be a socket Dovecot isn't using this currently, but it can be useful if external services want to send notifications.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 27 Oct 2017 16:24:54 +0300
parents 0faaceb2f83c
children
line wrap: on
line source

#ifndef MASTER_CONNECTION_H
#define MASTER_CONNECTION_H

struct master_connection *
master_connection_create(int fd, struct mail_storage_service_ctx *storage_service);
void master_connection_destroy(struct master_connection **conn);

#endif