/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "auth-common.h"
#include "str.h"
#include "strescape.h"
#include "buffer.h"
#include "base64.h"
#include "stats.h"
#include "stats-connection.h"
#include "auth-stats.h"
#include "auth-request.h"
#include "auth-request-stats.h"
{
}
{
}
{
/* we'll send stats only when the request is finished. this reduces
memory usage and is a bit simpler. auth requests are typically
pretty short lived anyway. */
/* nothing happened in this request - don't send it */
return;
}
return;
}
void auth_request_stats_init(void)
{
}
void auth_request_stats_deinit(void)
{
}