From: David Goulet Date: Wed, 20 Apr 2011 19:33:23 +0000 (-0400) Subject: Change client message processing X-Git-Tag: v2.0-pre1~191 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e065084a507dd07b658b3d26c58b1ddd519e25a0;hp=e065084a507dd07b658b3d26c58b1ddd519e25a0 Change client message processing ltt-sessiond can now send multiple response to the client for only one command. The list traceable apps command was modified accordingly to that modification and now send one response per pid. The liblttnctl was also changed to handle multiple reply and the recvfrom_sessiond internal function is added removing the recv from the ask_sessiond() function. Fine grained control helps. Signed-off-by: David Goulet ---