X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.hpp;fp=include%2Flttng%2Frotate-internal.hpp;h=69b82b5f6524cf502670fdc0ff885f615113baf2;hp=076f50a9a71d85c0a8619bc903c180cfb93f7256;hb=37a5ef391d8d282fb8c8978e4761413b69d56072;hpb=6c1db447784d69988f661477ad9eea7c0fddfa82 diff --git a/include/lttng/rotate-internal.hpp b/include/lttng/rotate-internal.hpp index 076f50a9a..69b82b5f6 100644 --- a/include/lttng/rotate-internal.hpp +++ b/include/lttng/rotate-internal.hpp @@ -70,12 +70,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;