blob: cd052c2cb57916e453e13082a0f4f87e19ed92b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Copyright (c) 2019 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "event-exporter.h"
void event_export_fmt_none(const struct metric *metric ATTR_UNUSED,
struct event *event ATTR_UNUSED,
buffer_t *dest ATTR_UNUSED)
{
/* nothing to do */
}
|