From: David Goulet Date: Wed, 30 Jul 2014 18:03:26 +0000 (-0400) Subject: Add the support for multiple agent X-Git-Tag: v2.6.0-rc1~82 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fefd409b002735b415c5f653cdb2587be454f145;hp=fefd409b002735b415c5f653cdb2587be454f145 Add the support for multiple agent For this, a new field has been added to the register message, the domain type. Agent object and agent application object have now a domain type so we can enable/disable the right event for the right agent for a client command or during an application registration. The "jevent" name has been renamed to "aevent" so further remove the concept of Java event. Signed-off-by: David Goulet ---