Add missing release handle declaration
[lttng-tools.git] / lttng-sessiond / lttng-ust-ctl.h
index 687379448d11511d6c86af243b1f88d8202d129c..b8cb965b028f9fabbbcf594d8676863722fb0492 100644 (file)
@@ -59,6 +59,8 @@ int ustctl_tracepoint_list_get(int sock, int tp_list_handle,
 int ustctl_tracer_version(int sock, struct lttng_ust_tracer_version *v);
 int ustctl_wait_quiescent(int sock);
 
+int ustctl_sock_flush_buffer(int sock, struct lttng_ust_object_data *object);
+
 /* not implemented yet */
 struct lttng_ust_calibrate;
 int ustctl_calibrate(int sock, struct lttng_ust_calibrate *calibrate);
@@ -131,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 */
This page took 0.022906 seconds and 4 git commands to generate.