Fix: include the filter expression in agent events' primary key
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 11 Sep 2015 22:38:52 +0000 (18:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 2 Nov 2015 23:26:17 +0000 (18:26 -0500)
commitade8d7e3958921c9ef668c17d877eaf8d5b14f3a
tree3fef501dbd541eafec30b3b77cfb40226ec17a21
parente043c7c50e1139e46a0f8a4ed9a659abf55017a2
Fix: include the filter expression in agent events' primary key

Similar fix to a931962, but for filter expressions this time.

UST events's key already includes the filter bytecode, so adding the
string itself should not be needed.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c
src/bin/lttng-sessiond/agent.h
src/bin/lttng-sessiond/event.c
This page took 0.025253 seconds and 4 git commands to generate.