yet more ongoing ABI implementation
[lttng-modules.git] / ltt-events.c
index f22351fcb0f92fc83070f3a0b90009ee3adba7ab..3060c07e05d2386d8d90d0482b3040d3d0f970b9 100644 (file)
@@ -71,6 +71,7 @@ struct ltt_channel *ltt_channel_create(struct ltt_session *session,
        if (!chan)
                return NULL;
        chan->session = session;
+       init_waitqueue_head(&chan->notify_wait);
 
        /* TODO: create rb channel */
        list_add(&chan->list, &session->chan);
This page took 0.025755 seconds and 4 git commands to generate.