Mercurial > dovecot > core-2.2
view src/director/notify-connection.h @ 11325:2a5336ad86cd HEAD
director: Tell login proxy to notify director of open connections every director_user_expire/2 secs.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Wed, 19 May 2010 12:23:32 +0200 |
parents | |
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