view src/anvil/common.h @ 22576:707ae9de3812

lib: istream-multiplex - Minor code cleanup Avoid propagating the error twice, and avoid any confusion about what "got" actually contains.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 05 Oct 2017 20:24:11 +0300
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