On Sun, 2003-06-15 at 13:54, Mark E. Mallett wrote: > src/lib/ioloop-select.c accesses a variable io_p that is not defined > or declared. I assume you need to add **io_p to the struct io > defines in that routine. Yes. And change io_destroy() to use io_p. Looks like I tested only the poll() version when I did the changes..