Collate handling of LTTNG_ENABLE_EVENT_WITH_FILTER
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Mon, 4 Nov 2013 14:00:26 +0000 (16:00 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:57 +0000 (13:40 -0500)
commitde2fad4824768bbd5d1ed4f630caae1ee1f842fd
tree02d4f726d43cbc28653700e8e97f5b2086ed6808
parent882ef83557ba5d5abd408eabd13a3e644b69737e
Collate handling of LTTNG_ENABLE_EVENT_WITH_FILTER

Because the handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION can
now handle commands of type LTTNG_ENABLE_EVENT_WITH_FILTER,
there's no reason to have the same code appear twice.

Remove the code for LTTNG_ENABLE_EVENT_WITH_FILTER and use the
same code as is used for LTTNG_ENABLE_EVENT_WITH_EXCLUSION.
src/bin/lttng-sessiond/main.c
This page took 0.025158 seconds and 4 git commands to generate.