X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_rotation.cpp;h=223d47ccafe583e2736b4ce30db1f043bdb45de1;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=0210f9cb6e9b18b41cc879316d9296bb80bd2c84;hpb=48a4000561343808724f7cb5fa8c131877489ccd;p=lttng-tools.git diff --git a/src/bin/lttng/commands/enable_rotation.cpp b/src/bin/lttng/commands/enable_rotation.cpp index 0210f9cb6..223d47cca 100644 --- a/src/bin/lttng/commands/enable_rotation.cpp +++ b/src/bin/lttng/commands/enable_rotation.cpp @@ -16,11 +16,11 @@ #include #include -#include -#include -#include +#include +#include +#include -#include "../command.h" +#include "../command.hpp" #include static char *opt_session_name; @@ -50,8 +50,8 @@ static struct poptOption long_options[] = { }; static const char *schedule_type_str[] = { - "periodic", "size-based", + "periodic", }; static enum cmd_error_code add_schedule(const char *session_name,