lttng-ctl: implement listing of userspace probe locations
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 62224bd75db8cf24f5e3ece8739eed6a51b6363e..56c925973038f51ea571a7ee177071e20ce5cb2a 100644 (file)
@@ -410,6 +410,11 @@ struct lttcomm_event_extended_header {
         * character.
         */
        uint32_t nb_exclusions;
+
+       /*
+        * Size of the event's userspace probe location (if applicable).
+        */
+       uint32_t userspace_probe_location_len;
 } LTTNG_PACKED;
 
 /*
This page took 0.024514 seconds and 5 git commands to generate.