Transfer UST exclusion names from sessiond to client
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 29 Aug 2015 20:57:56 +0000 (16:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Mar 2016 22:19:41 +0000 (17:19 -0500)
commit795d57ce3012980e16a9493f5ba8c6ac91a9d07e
tree851ac3f8fec3392f0c9db70096db98c7b3813901
parentb12c38dfb3ff3b7333ac79cf06e009199d203957
Transfer UST exclusion names from sessiond to client

The variable-length extended info has this layout as of this
patch:

    [extended info header][filter string][excl name 1][excl name 2]...

The extended info header contains the length of the subsequent
filter string, including its terminal null character, as well as
the number of exclusion names, each one having a fixed length of
LTTNG_SYMBOL_NAME_LEN bytes, including their terminal null character.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/common/sessiond-comm/sessiond-comm.h
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.025287 seconds and 4 git commands to generate.