X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcmd.h;h=257d0a1c490fa33d9f3ba761690fe8ba4da53bb3;hp=de460a1c927ae9f960d9a782b1b95abbbd0aeb7c;hb=3889a2d65e6e9d7a9a6e55871dda4b0c8068cb00;hpb=7d29a2477524f7ee2ee46a94e538e6141f5ecc0e diff --git a/lttng/cmd.h b/lttng/cmd.h index de460a1c9..257d0a1c4 100644 --- a/lttng/cmd.h +++ b/lttng/cmd.h @@ -3,8 +3,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 @@ -49,5 +49,6 @@ extern int cmd_disable_channels(int argc, const char **argv); extern int cmd_add_context(int argc, const char **argv); extern int cmd_set_session(int argc, const char **argv); extern int cmd_version(int argc, const char **argv); +extern int cmd_calibrate(int argc, const char **argv); #endif /* _LTTNG_CMD_H */