X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Flttng-ust-ctl.h;h=b8cb965b028f9fabbbcf594d8676863722fb0492;hb=734f79bf717d87817623d382c59086dc9e8ef610;hp=66c84c9ddb195e1426070973659df236b33c4896;hpb=6d3686dabf72d0b9403a2d65913dafd94171daff;p=lttng-tools.git 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 */