view src/auth/common.h @ 9330:cf93e420fc57 HEAD

mbox-snarf: Keep the mailbox locked while snarfing to avoid duplicates.
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Aug 2009 10:42:12 -0400
parents b6a7bc10c19a
children
line wrap: on
line source

#ifndef COMMON_H
#define COMMON_H

#include "lib.h"
#include "auth.h"

#define MASTER_SOCKET_FD 0
#define CLIENT_LISTEN_FD 3
#define WORKER_SERVER_FD 4

extern struct ioloop *ioloop;
extern bool standalone, worker, shutdown_request;
extern time_t process_start_time;

#endif