Fix relayd: initialize beacon to -1ULL
[lttng-tools.git] / src / bin / lttng-relayd / stream.c
index e467cfa6c44e797ad65c4b741f0f2eea43aebf8c..f989bfd1361be36bd20d4edfa018f36b11de062b 100644 (file)
@@ -97,6 +97,7 @@ struct relay_stream *stream_create(struct ctf_trace *trace,
        stream->tracefile_count = tracefile_count;
        stream->path_name = path_name;
        stream->channel_name = channel_name;
+       stream->beacon_ts_end = -1ULL;
        lttng_ht_node_init_u64(&stream->node, stream->stream_handle);
        pthread_mutex_init(&stream->lock, NULL);
        pthread_mutex_init(&stream->reflock, NULL);
This page took 0.025917 seconds and 5 git commands to generate.