projects
/
lttngtop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1d04d
)
api fix
author
Julien Desfossez
<jdesfossez@efficios.com>
Sat, 25 Aug 2012 21:07:26 +0000
(17:07 -0400)
committer
Julien Desfossez
<jdesfossez@efficios.com>
Sat, 25 Aug 2012 21:07:26 +0000
(17:07 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
src/lttngtop.c
patch
|
blob
|
blame
|
history
diff --git
a/src/lttngtop.c
b/src/lttngtop.c
index 2d849390ec95bd29e16ddd4df25063e71362087a..47e835ec98ea5d7a5a5fca4b12d8ba568532af14 100644
(file)
--- a/
src/lttngtop.c
+++ b/
src/lttngtop.c
@@
-489,7
+489,7
@@
void iter_trace(struct bt_context *bt_ctx)
NULL, NULL, NULL);
}
- while ((event = bt_ctf_iter_read_event(iter)) != NULL) {
+ while ((event = bt_ctf_iter_read_event(iter
, NULL
)) != NULL) {
if (quit || reload_trace)
goto end_iter;
ret = bt_iter_next(bt_ctf_get_iter(iter));
This page took
0.023658 seconds
and
4
git commands to generate.