X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=b4444b34fdf7931c9ca55be1dc47ae6454a57678;hp=32d54d22446613d27da68383ee99694271475a8d;hb=511ed4e25eeb6821dc4f4b6c573fbbdc07c17053;hpb=d68c9a04537b683991a7355b812b0af954008cf1 diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 32d54d224..b4444b34f 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -84,6 +84,9 @@ DECL_COMMAND(untrack); DECL_COMMAND(metadata); DECL_COMMAND(regenerate); DECL_COMMAND(rotate); +DECL_COMMAND(enable_rotation); +DECL_COMMAND(disable_rotation); +DECL_COMMAND(clear); extern int cmd_help(int argc, const char **argv, const struct cmd_struct commands[]);