view src/director/notify-connection.h @ 22649:bb7c452e3662

director: Include peak output buffer size in director connection log messages
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Nov 2017 22:27:41 +0200
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