feature
[metze/samba/wip.git] / lib / tevent / tevent_epoll.c
index 4147c67af2a014ed16b829c7730ac0f1fbb93a34..0e47a018fd50401c1052fb7b0ccab3494ba984e8 100644 (file)
@@ -758,6 +758,7 @@ static int epoll_event_context_init(struct tevent_context *ev)
                return ret;
        }
 
+       ev->features |= TEVENT_FEATURE_SIGNAL_SUPPORT;
        ev->additional_data = epoll_ev;
        return 0;
 }