projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pass lttng_event struct to the set_filter API call
[lttng-tools.git]
/
src
/
bin
/
lttng-sessiond
/
main.c
diff --git
a/src/bin/lttng-sessiond/main.c
b/src/bin/lttng-sessiond/main.c
index 7dd652abc38b62994d9ed9c1c9df8a663fedabca..0a156d8e7e1d024c218b03be6a6e81b29ed7979f 100644
(file)
--- a/
src/bin/lttng-sessiond/main.c
+++ b/
src/bin/lttng-sessiond/main.c
@@
-2879,7
+2879,7
@@
skip_domain:
ret = cmd_set_filter(cmd_ctx->session, cmd_ctx->lsm->domain.type,
cmd_ctx->lsm->u.filter.channel_name,
-
cmd_ctx->lsm->u.filter.event_name
,
+
&cmd_ctx->lsm->u.filter.event
,
bytecode);
break;
}
This page took
0.023249 seconds
and
4
git commands to generate.