tevent: Rename ev_timeval* functions to tevent_timeval, export them.
[metze/samba/wip.git] / lib / tevent / tevent_epoll.c
index d7f446a8142e778a3573a625feb5b644d8d84574..0494f55060b713fd375e32620c006c9e910d4466 100644 (file)
@@ -418,7 +418,7 @@ static int epoll_event_loop_once(struct tevent_context *ev)
        struct timeval tval;
 
        tval = tevent_common_loop_timer_delay(ev);
-       if (ev_timeval_is_zero(&tval)) {
+       if (tevent_timeval_is_zero(&tval)) {
                return 0;
        }