X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.hpp;h=dbc66f3456a1e0caf6f2c6eab1f36a4a0e5f5e22;hb=048f01efd5931e364cc777d47c284c3f7d7d6ed6;hp=076f50a9a71d85c0a8619bc903c180cfb93f7256;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/include/lttng/rotate-internal.hpp b/include/lttng/rotate-internal.hpp index 076f50a9a..dbc66f345 100644 --- a/include/lttng/rotate-internal.hpp +++ b/include/lttng/rotate-internal.hpp @@ -8,13 +8,14 @@ #ifndef LTTNG_ROTATE_INTERNAL_ABI_H #define LTTNG_ROTATE_INTERNAL_ABI_H -#include -#include -#include +#include #include #include -#include + +#include +#include +#include /* * Object returned by the rotate session API. @@ -70,12 +71,12 @@ struct lttng_rotation_schedules { * are then copied to the user's lttng_rotation_handle object. */ -/* For the LTTNG_ROTATE_SESSION command. */ +/* For the LTTCOMM_SESSIOND_COMMAND_ROTATE_SESSION command. */ struct lttng_rotate_session_return { uint64_t rotation_id; } LTTNG_PACKED; -/* For the LTTNG_ROTATION_GET_INFO command. */ +/* For the LTTCOMM_SESSIOND_COMMAND_ROTATION_GET_INFO command. */ struct lttng_rotation_get_info_return { /* Represents values defined in enum lttng_rotation_state. */ int32_t status;