Change --jul-port-tcp and jul.port to use agent namespace
[lttng-tools.git] / src / common / mi-lttng.c
index 9c98a0dd7712ce589347e0bbd0a285168a6575e5..a636c71b20b4b0b30fc7b4fec40839de3fc00d0b 100644 (file)
@@ -489,7 +489,7 @@ int mi_lttng_version(struct mi_writer *writer, struct mi_lttng_version *version,
 
        /* Version string (contain info like rc etc.) */
        ret = mi_lttng_writer_write_element_string(writer,
-                       mi_lttng_element_version_str, VERSION);
+                       mi_lttng_element_version_str, version->version);
        if (ret) {
                goto end;
        }
@@ -661,7 +661,11 @@ int mi_lttng_domain(struct mi_writer *writer,
                goto end;
        }
 
-       /* TODO: attr... not sure how to use the union.... */
+       /* TODO: union  attr
+        * This union is not currently used and was added for
+        * future ust domain support.
+        * Date: 25-06-2014
+        * */
 
        if (!is_open) {
                /* Closing domain element */
This page took 0.026507 seconds and 4 git commands to generate.