view src/config/config-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 770a02e0dbd2
children
line wrap: on
line source

#ifndef CONFIG_CONNECTION_H
#define CONFIG_CONNECTION_H

struct config_connection *config_connection_create(int fd);
void config_connection_destroy(struct config_connection *conn);

void config_connections_destroy_all(void);

#endif