/* Copyright (c) 2011-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "hash.h"
#include "llist.h"
#include "global-memory.h"
#include "stats-settings.h"
#include "mail-stats.h"
#include "mail-domain.h"
/* domains are sorted by their last_update timestamp, oldest first */
{
}
{
return domain;
}
return domain;
}
{
domain->num_logins++;
}
{
}
{
}
{
}
{
}
{
}
const struct stats *diff_stats)
{
if (diff_stats != NULL)
}
void mail_domains_free_memory(void)
{
unsigned int diff;
break;
break;
}
}
void mail_domains_init(void)
{
}
void mail_domains_deinit(void)
{
while (mail_domains_head != NULL)
}