Markers: sync from LTTng 0.249 marker code
[ust.git] / include / ust / marker.h
index af15ad4efee84be05dcda5b76c4f53cdb6532771..e8608a96b2c700740b09378ef517c3562be1b780 100644 (file)
@@ -32,6 +32,7 @@
 #include <urcu/list.h>
 
 struct ust_marker;
+struct ust_marker_probe_array;
 
 /**
  * ust_marker_probe_func - Type of a marker probe function
@@ -68,7 +69,7 @@ struct ust_marker {
        uint16_t event_id;      /* Numeric event identifier, dynamic */
        void (*call)(const struct ust_marker *mdata, void *call_private, ...);
        struct ust_marker_probe_closure single;
-       struct ust_marker_probe_closure *multi;
+       struct ust_marker_probe_array *multi;
        const char *tp_name;    /* Optional tracepoint name */
        void *tp_cb;            /* Optional tracepoint callback */
 };
This page took 0.022602 seconds and 4 git commands to generate.