add ustctl_release_handle
[lttng-ust.git] / include / lttng / ust-ctl.h
index 0f8aa835151ea710fedb133ee1d406ab3b257e48..47c78b74e08b91535728fb1ffc31bcfd0474f223 100644 (file)
@@ -131,7 +131,9 @@ void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
                struct lttng_ust_lib_ring_buffer *buf,
                int producer_active);
 
-/* Release object created by members of this API */
+/* 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 */
This page took 0.022985 seconds and 4 git commands to generate.