X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=d2e1eff15d64458e961639473e30df8f2f53ac48;hb=21cf9b6b1843774306a76f4dccddddd706b64f79;hp=8961bad015939658b4f712534e9b899977c7d4d3;hpb=4624dad0d79b63be45c5c6d7eb2920ba09746f06;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 8961bad01..d2e1eff15 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -78,6 +78,8 @@ DECL_COMMAND(enable_rotation); DECL_COMMAND(disable_rotation); DECL_COMMAND(clear); DECL_COMMAND(add_trigger); +DECL_COMMAND(list_triggers); +DECL_COMMAND(remove_trigger); extern int cmd_help(int argc, const char **argv, const struct cmd_struct commands[]);