X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-ust-ctl.h;h=0a0feae99c2906a062c553d8dd61fc0a6a4a3edf;hb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;hp=ddadd61e8b846528095a59c4ba52cc9c1dacb7f1;hpb=1c5e467e5da8d549fa499c3ceb9739c5f704260d;p=lttng-ust.git diff --git a/include/ust/lttng-ust-ctl.h b/include/ust/lttng-ust-ctl.h index ddadd61e..0a0feae9 100644 --- a/include/ust/lttng-ust-ctl.h +++ b/include/ust/lttng-ust-ctl.h @@ -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);