From c3fd7e61922ee7d2d340d39868bfbd7c5a2c9b28 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 12 Dec 2011 10:43:28 -0500 Subject: [PATCH] Add missing release handle declaration Signed-off-by: David Goulet --- lttng-sessiond/lttng-ust-ctl.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.34.1