From: David Goulet Date: Wed, 4 May 2011 16:26:03 +0000 (-0400) Subject: Add support for shorten session uuid X-Git-Tag: v2.0-pre1~149 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=7442b2ba0c15bf9c950b96a19e948243c2b57683;hp=7442b2ba0c15bf9c950b96a19e948243c2b57683;p=lttng-tools.git Add support for shorten session uuid Session are now identified by name.short_uuid where short_uuid is the first 8 bytes of the 36 bytes uuid. Also, fix the bug where you could'nt pass two command to the session daemon from liblttngctl. The connect and disconnect is added to the ask_sessiond function. So, on every command, a connect and close is done. Signed-off-by: David Goulet ---