X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Flttng-ust-ctl.h;h=b8cb965b028f9fabbbcf594d8676863722fb0492;hp=687379448d11511d6c86af243b1f88d8202d129c;hb=c3fd7e61922ee7d2d340d39868bfbd7c5a2c9b28;hpb=177f8533cf66c388b1e957c9c1c18f6b4f8ed418 diff --git a/lttng-sessiond/lttng-ust-ctl.h b/lttng-sessiond/lttng-ust-ctl.h index 687379448..b8cb965b0 100644 --- a/lttng-sessiond/lttng-ust-ctl.h +++ b/lttng-sessiond/lttng-ust-ctl.h @@ -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 */