view src/anvil/common.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 926a7ceeaa10
children
line wrap: on
line source

#ifndef COMMON_H
#define COMMON_H

#include "lib.h"

extern struct connect_limit *connect_limit;
extern struct penalty *penalty;
extern bool anvil_restarted;

#endif