Fix: wrong condition on startup for low-activity streams
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 24 Feb 2014 18:02:19 +0000 (13:02 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 24 Feb 2014 18:50:34 +0000 (13:50 -0500)
commitd3aac146d0800fe9820d51e5b9fa52e7543c1237
treea47ce7ea2e4fedd7ef962bb4ad35209fdd701ae1
parent6347a8b5c62a93c52cb11a68598068abb85ad930
Fix: wrong condition on startup for low-activity streams

If we only received and sent one index, we should not be in the retry
condition.
The rstream->total_index_received == vstream->last_sent_index is checked
before.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
This page took 0.026751 seconds and 5 git commands to generate.