Add a create_ust_stream function in ust-app.c
authorDavid Goulet <dgoulet@efficios.com>
Mon, 21 Jan 2013 16:25:09 +0000 (11:25 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 21 Jan 2013 16:39:48 +0000 (11:39 -0500)
commit4f3ab6ee347964379eefc57f41f8a381965b4316
tree438c203a4432d6b2bd7ecccb3b7765caa69e5760
parent5922e6c21e0ad1a5050b2440bcc14f15abd9c5f4
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 <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.03069 seconds and 5 git commands to generate.