Signed-off-by: Jonathan Rajotte Julien <jonathan.r.julien@gmail.com>
/* Success ? */
ret = mi_lttng_writer_write_element_bool(writer,
- mi_lttng_element_command, success);
+ mi_lttng_element_success, success);
if (ret) {
goto end;
}
* Mi:
* We assume that if an error occurred the channel is still active.
* This might not be the case but is a good assumption.
- * The client should look at the stderr stream for more informations.
+ * The client should look at the stderr stream
+ * for more informations.
*/
enabled = 1;
success = 0;
<xs:element name="enabled" type="xs:boolean" default="true" minOccurs="0" />
<xs:element name="attributes" type="channel_attributes_type" minOccurs="0" />
<xs:element name="events" type="event_list_type" minOccurs="0" />
+ <xs:element name="success" type="xs:boolean" default="false" minOccurs="0" />
</xs:all>
</xs:complexType>