X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-ust-ctl.h;fp=include%2Fust%2Flttng-ust-ctl.h;h=681849041ebe487b3c403b273d21fa2ceb6c9837;hb=43d330a4708732a69334f8e1439f1d0c64770a50;hp=0a0feae99c2906a062c553d8dd61fc0a6a4a3edf;hpb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;p=ust.git diff --git a/include/ust/lttng-ust-ctl.h b/include/ust/lttng-ust-ctl.h index 0a0feae..6818490 100644 --- a/include/ust/lttng-ust-ctl.h +++ b/include/ust/lttng-ust-ctl.h @@ -68,7 +68,7 @@ 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); +int ustctl_flush_buffer(int sock, struct object_data *channel_data); /* not implemented yet */ struct lttng_ust_calibrate;