feature
[metze/samba/wip.git] / lib / tevent / tevent_select.c
index 55dd0b66f66c52eb8fea3e3ed78e973ca643c6bb..9a1e36dd617659a9cc88b98cf6f4f7616abf4349 100644 (file)
@@ -54,6 +54,7 @@ static int select_event_context_init(struct tevent_context *ev)
        if (!select_ev) return -1;
        select_ev->ev = ev;
 
+       ev->features |= TEVENT_FEATURE_SIGNAL_SUPPORT;
        ev->additional_data = select_ev;
        return 0;
 }