Add function instrumentation type accessors to function location type
[lttng-tools.git] / include / lttng / userspace-probe-internal.h
index 8708ec01c4dad7d2931f48ad67c03a759c2c23af..909d56c53af186b4bc57013c43cea5eca5121de1 100644 (file)
@@ -102,6 +102,7 @@ struct lttng_userspace_probe_location_function {
         * Set to -1 if not open.
         */
        int binary_fd;
+       enum lttng_userspace_probe_location_function_instrumentation_type instrumentation_type;
 };
 
 struct lttng_userspace_probe_location_tracepoint {
This page took 0.023331 seconds and 5 git commands to generate.