From: David Goulet Date: Mon, 21 Jan 2013 16:25:09 +0000 (-0500) Subject: Add a create_ust_stream function in ust-app.c X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4f3ab6ee347964379eefc57f41f8a381965b4316;hp=4f3ab6ee347964379eefc57f41f8a381965b4316;p=lttng-tools.git Add a create_ust_stream function in ust-app.c This helps by having a single callsite for ustctl_create_stream and removes the need for the caller to handle FD reservation. On success, the function sets the returned handle to the given stream. Signed-off-by: David Goulet ---