libowfat/io/io_timeout.c
leitner 63e070c1cb add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
2003-09-05 21:09:14 +00:00

8 lines
145 B
C

#include "io_internal.h"
void io_timeout(int64 d,tai6464 t) {
io_entry* e=array_get(&io_fds,sizeof(io_entry),d);
if (e)
e->timeout=t;
}