Markers: ust_marker_[A-Z] -> UST_MARKER_[A-Z] cleanup
[ust.git] / libust / tracectl.c
index 414162c1df96ad0a03586496a10bfce7d6113dc0..1487ac73a3dd0b462798c3095fceed0f44d5a4a9 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
@@ -110,7 +111,7 @@ static void print_ust_marker(FILE *fp)
                fprintf(fp, "ust_marker: %s/%s %d \"%s\" %p\n",
                        (*iter.ust_marker)->channel,
                        (*iter.ust_marker)->name,
-                       (int)imv_read((*iter.ust_marker)->state),
+                       (int)(*iter.ust_marker)->state,
                        (*iter.ust_marker)->format,
                        (*iter.ust_marker)->location);
                ust_marker_iter_next(&iter);
This page took 0.022586 seconds and 4 git commands to generate.