Fix: disable-event for an agent domain
authorDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 16:13:55 +0000 (12:13 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 16:13:55 +0000 (12:13 -0400)
commit0dcfcf94b356c12e3936fa27f350896d96724e4e
tree0310eefde1e30f45b6e482fdccd6d27326695c09
parentd979615c8e80be1989c7e889169fb6976f8080d6
Fix: disable-event for an agent domain

This fixes the disable-event command for an agent that was not working
properly in the case an application was spawned after the command.

Also, for the disable all event command for an agent, the disable
command will try first to disable the '*' event and will disable all
already existing events after. This is to make sure the refcount on the
agent side is synchronized with the amount of enable event prior.

Fixes #831

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/event.c
This page took 0.025747 seconds and 4 git commands to generate.