summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_aio.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-01-09 00:00:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:37:15 -0500
commit131cfe0399df8d65208dab90c70cb600e20cc0c5 (patch)
tree33e4b10c8e34c9be197e98c6dfa06b112ea4d8c8 /source4/lib/events/events_aio.c
parentdff70f76bcfc4abe6ce24fb7c66efd0476c0522d (diff)
downloadsamba-131cfe0399df8d65208dab90c70cb600e20cc0c5.tar.gz
samba-131cfe0399df8d65208dab90c70cb600e20cc0c5.tar.bz2
samba-131cfe0399df8d65208dab90c70cb600e20cc0c5.zip
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)
Diffstat (limited to 'source4/lib/events/events_aio.c')
-rw-r--r--source4/lib/events/events_aio.c3
1 files changed, 0 insertions, 3 deletions
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; j<event->res; j++, ep++) {