rotation-api: pass session name explicitly
[lttng-tools.git] / include / lttng / rotate-internal.h
index e359cd741050d7a860edacdf08a39d95c3df87a5..8d0823b7a8e42f05e5731fbc9dc58c54e344ce8a 100644 (file)
@@ -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. */
This page took 0.034741 seconds and 4 git commands to generate.