/* Copyright (c) 2010-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "llist.h"
#include "ioloop.h"
#include "istream.h"
#include "master-service.h"
#include "director.h"
#include "mail-host.h"
#include "notify-connection.h"
#include <unistd.h>
struct notify_connection {
int fd;
};
const char *username, unsigned int username_hash)
{
int diff;
return;
i_warning("notify: User %s refreshed too late (%d secs)",
}
}
{
const char *line;
unsigned int hash;
continue;
}
i_error("notify: read() unexpectedly returned EOF");
i_error("notify: read() failed: %s",
}
}
{
}
{
i_error("close(notify connection) failed: %m");
}
void notify_connections_deinit(void)
{
while (notify_connections != NULL) {
}
}