X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Frotate-internal.h;h=8d0823b7a8e42f05e5731fbc9dc58c54e344ce8a;hp=e359cd741050d7a860edacdf08a39d95c3df87a5;hb=dbd512ea8aa5349849aeeccda6130aa9e28cf23c;hpb=0ca413e056cf24ec5424cde5c78227138b0782c7 diff --git a/include/lttng/rotate-internal.h b/include/lttng/rotate-internal.h index e359cd741..8d0823b7a 100644 --- a/include/lttng/rotate-internal.h +++ b/include/lttng/rotate-internal.h @@ -32,8 +32,6 @@ * This is opaque to the public library. */ struct lttng_rotation_immediate_attr { - /* Session name to rotate. */ - char session_name[LTTNG_NAME_MAX]; /* For the rotate pending request. */ uint64_t rotate_id; }; @@ -44,8 +42,6 @@ struct lttng_rotation_immediate_attr { * This is opaque to the public library. */ struct lttng_rotation_schedule_attr { - /* Session name to rotate. */ - char session_name[LTTNG_NAME_MAX]; /* > 0 if a timer is set. */ uint64_t timer_us; /* > 0 if the session should rotate when it has written that many bytes. */