view src/director/notify-connection.h @ 22633:9284bdc3c5c5

director: Don't recreate timeout on every user lookup Recreate it only when the timeout should change.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 04 Nov 2017 01:34:02 +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