projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30430d
)
Revert "Fix: wrong condition on startup for low-activity streams"
author
David Goulet
<dgoulet@efficios.com>
Mon, 24 Feb 2014 19:35:05 +0000
(14:35 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 24 Feb 2014 19:35:45 +0000
(14:35 -0500)
This reverts commit
d3aac146d0800fe9820d51e5b9fa52e7543c1237
.
Acked-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-relayd/live.c
b/src/bin/lttng-relayd/live.c
index 468a7e58710dc7fcb18424fbb4d4f063ad623a21..c60f7e4c9c4db0f3d00dff773b2c537b0cc4bd43 100644
(file)
--- a/
src/bin/lttng-relayd/live.c
+++ b/
src/bin/lttng-relayd/live.c
@@
-1206,7
+1206,7
@@
static int check_index_status(struct relay_viewer_stream *vstream,
index->status = htobe32(LTTNG_VIEWER_INDEX_INACTIVE);
index->timestamp_end = htobe64(rstream->beacon_ts_end);
goto index_ready;
- } else if (rstream->total_index_received < vstream->last_sent_index
+ } else if (rstream->total_index_received <
=
vstream->last_sent_index
&& !vstream->close_write_flag) {
/*
* Reader and writer are working in the same tracefile, so we care
This page took
0.026982 seconds
and
4
git commands to generate.