lttng rotate command
[lttng-tools.git] / src / bin / lttng-sessiond / rotate.c
index 3ca80ce6a8a16ad970b6a9c99ddf2a3543201b2d..237723d3da8c7bc3e4f8963fcf73e829310bdd72 100644 (file)
@@ -348,7 +348,7 @@ int rename_complete_chunk(struct ltt_session *session, time_t ts)
        goto end;
 
 error:
-       session->rotation_status = LTTNG_ROTATION_STATUS_ERROR;
+       session->rotation_state = LTTNG_ROTATION_STATE_ERROR;
 end:
        return ret;
 }
This page took 0.024741 seconds and 5 git commands to generate.