From: David Goulet Date: Mon, 12 Dec 2011 15:43:28 +0000 (-0500) Subject: Add missing release handle declaration X-Git-Tag: v2.0-pre15~10 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c3fd7e61922ee7d2d340d39868bfbd7c5a2c9b28;ds=inline Add missing release handle declaration Signed-off-by: David Goulet --- diff --git a/lttng-sessiond/lttng-ust-ctl.h b/lttng-sessiond/lttng-ust-ctl.h index 66c84c9dd..b8cb965b0 100644 --- a/lttng-sessiond/lttng-ust-ctl.h +++ b/lttng-sessiond/lttng-ust-ctl.h @@ -133,5 +133,7 @@ void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle, /* Release object created by members of this API */ int ustctl_release_object(int sock, struct lttng_ust_object_data *data); +/* Release handle returned by create session. */ +int ustctl_release_handle(int sock, int handle); #endif /* _LTTNG_UST_CTL_H */