send the rotate pending to the relay
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 3269f71a16efe3a553b8c48e02bcfc3c70b09117..24c9715a167e50c11cc0af54f8df51282ca9d7ce 100644 (file)
@@ -323,7 +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 = 0;
+               channel_info->session->rotate_pending = false;
        }
 
        channel_rotation_info_destroy(channel_info);
This page took 0.026908 seconds and 5 git commands to generate.