X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;h=17a08dd4fa7ee9475ff8c30179118c13bb9bb59c;hp=966f9f969fe5c8bcbf895d02ad7374a65aa80987;hb=208ddc0608797ba50c3ce007ba7b4f887e83d87c;hpb=66ea93b10c703e1b3dda1e17109eed9138e4ece2 diff --git a/include/lttng/rotate-internal.h b/include/lttng/rotate-internal.h index 966f9f969..17a08dd4f 100644 --- a/include/lttng/rotate-internal.h +++ b/include/lttng/rotate-internal.h @@ -89,7 +89,9 @@ struct lttng_rotate_session_return { struct lttng_rotation_get_info_return { /* Represents values defined in enum lttng_rotation_state. */ int32_t status; - /* Represents values defined in enum lttng_rotation_state. */ + /* + * Represents values defined in enum lttng_trace_archive_location_type. + */ int8_t location_type; union { struct { @@ -111,11 +113,6 @@ struct lttng_rotation_get_info_return { } location; } LTTNG_PACKED; -/* For the LTTNG_SESSION_GET_CURRENT_OUTPUT command. */ -struct lttng_session_get_current_output_return { - char path[LTTNG_PATH_MAX]; -} LTTNG_PACKED; - /* For the LTTNG_SESSION_LIST_SCHEDULES command. */ struct lttng_session_list_schedules_return { struct {