Fix: add missing seqnum field to filter
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 4648bf33202164e7995b1930f741e5afc0b142c1..7a76b7dda32841c186e8cef862e0a4689e3c6a2f 100644 (file)
@@ -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)
This page took 0.024274 seconds and 4 git commands to generate.