Add sock flush buffer ctl API
[lttng-ust.git] / include / lttng / ust-ctl.h
index 1ff34b9a61afeaf8f16a623019d976b2f12328f4..0f8aa835151ea710fedb133ee1d406ab3b257e48 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);
This page took 0.024085 seconds and 5 git commands to generate.