diff src/master/login-process.c @ 532:3b53dd1280c6 HEAD

I/O buffers now use real blocking instead of setting up a sub-ioloop to poll(). alarm() is called every 30 secs to send SIGHUP and break out of the read/write calls, so the given timeout values aren't exact. Also some other cleanups, like not including ioloop.h in [io]buffer.h which broke several other files which hadn't included it itself..
author Timo Sirainen <tss@iki.fi>
date Mon, 28 Oct 2002 06:18:26 +0200
parents 1f0e7229ee58
children ab3590c3a7d9
line wrap: on
line diff
--- a/src/master/login-process.c	Mon Oct 28 06:08:35 2002 +0200
+++ b/src/master/login-process.c	Mon Oct 28 06:18:26 2002 +0200
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002 Timo Sirainen */
 
 #include "common.h"
+#include "ioloop.h"
 #include "network.h"
 #include "obuffer.h"
 #include "fdpass.h"