Signed-off-by: David Goulet <dgoulet@efficios.com>
- extras
Contains extra data such as bash completion file.
- Note: the presence of xmllint is required for bash-completion.
+ Note: the presence of xmllint is required for bash-completion.
Python bindings for liblttng-ctl are also available there.
}
/*
- * Retrieve the created session and
- * mi output it of the created session based on provided argument
+ * Retrieve the created session and mi output it based on provided argument
* This is currently a summary of what was pretty printed and is subject to
* enhancements.
- * str_url is a placement string for output url (snapshot or regular trace)
*/
static int mi_created_session(const char *session_name)
{
if (cur_pid != fields[i].event.pid) {
if (pid_element_open) {
if (event_element_open) {
- /*
- * Close the previous fields element
- * and the previous event
- */
+
+ /* Close the previous field element and event. */
ret = mi_lttng_close_multi_element(writer, 2);
if (ret) {
goto end;