notify-connection.c revision a6c2d3d60547a93dfff9ad071d1b39b0651a3993
/* Copyright (c) 2010-2012 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: %m");
}
}
struct notify_connection *
{
struct notify_connection *conn;
return conn;
}
{
i_error("close(notify connection) failed: %m");
}