From 99c01ea83102397aa5f72cbe6e3231507c84d637 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 13 Oct 2007 21:39:31 +0000 Subject: [PATCH] make io_waituntil2 an official interface (saves one gettimeofday) --- io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/io.h b/io.h index 0f3c370..77f920e 100644 --- a/io.h +++ b/io.h @@ -55,6 +55,7 @@ void io_dontwantwrite(int64 d); void io_wait(); void io_waituntil(tai6464 t); +void io_waituntil2(int64 milliseconds); void io_check(); /* signal that read/accept/whatever returned EAGAIN */