Cross Reference: client-writer.h
xref
: /
dovecot
/
src
/
stats
/
client-writer.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
CLIENT_WRITER_H
#
define
CLIENT_WRITER_H
struct
stats_metrics
;
void
client_writer_create
(
int
fd
,
struct
stats_metrics
*
metrics
);
void
client_writers_init
(
void
);
void
client_writers_deinit
(
void
);
#
endif