stats-event-category.c revision e9068f1c3326de0265d0ef542a0d7723f5f01bc8
/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "stats-event-category.h"
static pool_t categories_pool;
void stats_event_category_register(const char *name,
struct event_category *parent)
{
struct event_category *category =
/* Create a temporary event to register the category. A bit slower
than necessary, but this code won't be called often. */
event_unref(&event);
}
void stats_event_categories_init(void)
{
}
void stats_event_categories_deinit(void)
{
}