view src/log/log-connection.h @ 22588:041460202062

ostream-multiplex: Unreference stream parent Otherwise it won't get free'd.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Mon, 09 Oct 2017 18:21:24 +0300
parents 8f7dee2e7e05
children
line wrap: on
line source

#ifndef LOG_CONNECTION_H
#define LOG_CONNECTION_H

struct log_connection;

extern bool verbose_proctitle;

void log_connection_create(struct log_error_buffer *errorbuf,
			   int fd, int listen_fd);

void log_connections_init(void);
void log_connections_deinit(void);

#endif