notify-connection.c revision 02c335c23bf5fa225a467c19f2c063fb0dc7b8c3
/* Copyright (c) 2010-2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "istream.h"
#include "master-service.h"
#include "director.h"
#include "user-directory.h"
#include "notify-connection.h"
#include <unistd.h>
struct notify_connection {
int fd;
};
{
const char *line;
unsigned int hash;
int diff;
i_warning("notify: User %s refreshed too late "
}
user);
}
}
i_error("notify: read() unexpectedly returned EOF");
i_error("notify: read() failed: %s",
}
}
struct notify_connection *
{
struct notify_connection *conn;
return conn;
}
{
i_error("close(notify connection) failed: %m");
}