filter: add seqnum field to filter command
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index ef8b6fedcf7b045d197223fdcea1056a530d59a0..58461462698b3758b48100558f811b28cd4a1787 100644 (file)
@@ -339,6 +339,7 @@ int handle_message(struct sock_info *sock_info,
                }
                bytecode->bc.len = lum->u.filter.data_size;
                bytecode->bc.reloc_offset = lum->u.filter.reloc_offset;
+               bytecode->bc.seqnum = lum->u.filter.seqnum;
                if (ops->cmd) {
                        ret = ops->cmd(lum->handle, lum->cmd,
                                        (unsigned long) bytecode,
This page took 0.023288 seconds and 4 git commands to generate.