X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;h=026f58d21df89de12faf9b552cd6672d4a7cba47;hp=b5274d983539ed0bb2d5504a50507bb9c72a2497;hb=d0254c7c0bb43c62abafdf866b16de0da1ad4d5d;hpb=d65106b1011efccf8fa5f9d7c8f2dfb0de38f5e8 diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index b5274d983..026f58d21 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -4,8 +4,8 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -50,5 +50,6 @@ int kernctl_stop_session(int fd); int kernctl_tracepoint_list(int fd); int kernctl_tracer_version(int fd, struct lttng_kernel_tracer_version *v); int kernctl_wait_quiescent(int fd); +int kernctl_calibrate(int fd, struct lttng_kernel_calibrate *calibrate); #endif /* _LTT_LIBKERNELCTL_H */