From 131cfe0399df8d65208dab90c70cb600e20cc0c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 Jan 2007 00:00:30 +0000 Subject: r20621: - enable the aio events backend on systems that support it - allow the events backend to be chosen in smb.conf (This used to be commit 4a8e07286f827a6f57b2c54d97d31172553ceb0d) --- source4/lib/events/events_aio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/lib/events/events_aio.c') diff --git a/source4/lib/events/events_aio.c b/source4/lib/events/events_aio.c index 1c2735c200..52ddadfc52 100644 --- a/source4/lib/events/events_aio.c +++ b/source4/lib/events/events_aio.c @@ -268,9 +268,6 @@ static int aio_event_loop(struct aio_event_context *aio_ev, struct timeval *tval uint16_t flags = 0; int j; -// DEBUG(0,("EVENT finished=%p fde=%p ep=%p\n", finished, fde, ep)); - //printf("GOT %d aio epoll events\n", event->res); - aio_ev->is_epoll_set = 0; for (j=0; jres; j++, ep++) { -- cgit