X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust-ctl%2Fustctl.c;fp=liblttng-ust-ctl%2Fustctl.c;h=7a76b7dda32841c186e8cef862e0a4689e3c6a2f;hb=e695af517bcaa72a426cbb15d3b5b578e46eb320;hp=4648bf33202164e7995b1930f741e5afc0b142c1;hpb=61ce32234ded222d67daf43cfc774d50172e8084;p=lttng-ust.git diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c index 4648bf33..7a76b7dd 100644 --- a/liblttng-ust-ctl/ustctl.c +++ b/liblttng-ust-ctl/ustctl.c @@ -387,6 +387,7 @@ int ustctl_set_filter(int sock, struct lttng_ust_filter_bytecode *bytecode, lum.cmd = LTTNG_UST_FILTER; lum.u.filter.data_size = bytecode->len; lum.u.filter.reloc_offset = bytecode->reloc_offset; + lum.u.filter.seqnum = bytecode->seqnum; ret = ustcomm_send_app_msg(sock, &lum); if (ret)