send the rotate pending to the relay
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 4f7ac86e5b082eb931ab5fa5493405bc758cc247..24c9715a167e50c11cc0af54f8df51282ca9d7ce 100644 (file)
@@ -323,6 +323,7 @@ int handle_channel_rotation_pipe(int fd, uint32_t revents,
                        ERR("Failed to rename completed rotation chunk");
                        goto end;
                }
+               channel_info->session->rotate_pending = false;
        }
 
        channel_rotation_info_destroy(channel_info);
This page took 0.02441 seconds and 5 git commands to generate.