X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcmd.h;h=85efd734a6ec4735465c07b4b125bfd2c6e8f144;hp=7f54bafdafa1b70c63c505e6470bef4e64507f23;hb=82a3637f639486c07ff937ab03e1e9532379d26a;hpb=d36b858358a8ef4e00de843379d670925f9c23b6 diff --git a/lttng/cmd.h b/lttng/cmd.h index 7f54bafda..85efd734a 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 @@ -40,11 +40,14 @@ struct cmd_struct { extern int cmd_list(int argc, const char **argv); extern int cmd_create(int argc, const char **argv); extern int cmd_destroy(int argc, const char **argv); -extern int cmd_add_channel(int argc, const char **argv); extern int cmd_start(int argc, const char **argv); extern int cmd_stop(int argc, const char **argv); extern int cmd_enable_events(int argc, const char **argv); extern int cmd_disable_events(int argc, const char **argv); extern int cmd_enable_channels(int argc, const char **argv); +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); #endif /* _LTTNG_CMD_H */