tevent: Preparing to fix "standard" backend fallback. Initialize standard after epoll.
authorJeremy Allison <jra@samba.org>
Mon, 11 Feb 2013 18:36:52 +0000 (10:36 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 18:19:38 +0000 (10:19 -0800)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent.c

index fa842e42086bc88d033f71df41ea9c6c991548b6..e307dba3d7952412508fb7758dd2e19b21df6838 100644 (file)
@@ -115,10 +115,10 @@ static void tevent_backend_init(void)
        tevent_select_init();
        tevent_poll_init();
        tevent_poll_mt_init();
-       tevent_standard_init();
 #ifdef HAVE_EPOLL
        tevent_epoll_init();
 #endif
+       tevent_standard_init();
 }
 
 /*