Add flush buffers command
[lttng-ust.git] / include / ust / lttng-ust-ctl.h
index ddadd61e8b846528095a59c4ba52cc9c1dacb7f1..0a0feae99c2906a062c553d8dd61fc0a6a4a3edf 100644 (file)
@@ -67,6 +67,9 @@ int ustctl_tracepoint_list(int sock); /* not implemented yet */
 int ustctl_tracer_version(int sock, struct lttng_ust_tracer_version *v);
 int ustctl_wait_quiescent(int sock);
 
+/* Flush each buffers in this channel */
+int ustctl_flush_buffers(int sock, struct object_data *channel_data);
+
 /* not implemented yet */
 struct lttng_ust_calibrate;
 int ustctl_calibrate(int sock, struct lttng_ust_calibrate *calibrate);
This page took 0.023364 seconds and 4 git commands to generate.