X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=d2e1eff15d64458e961639473e30df8f2f53ac48;hb=21cf9b6b1843774306a76f4dccddddd706b64f79;hp=8a318c6f7529e7fd7830565cf2856ef73cc9070d;hpb=0de2479d5f5a287d31c69e34ea5202a69019f224;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 8a318c6f7..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 * @@ -79,6 +79,7 @@ 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[]);