mail-domain.c revision e7d0bea63a08b08c47c4b5c187d2cb7127859657
/* Copyright (c) 2011-2016 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 */
struct mail_domain *stable_mail_domains;
{
}
{
struct mail_domain *domain;
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)
}