Fix: uprobe: inequality comparison against NULL
[lttng-tools.git] / include / lttng / userspace-probe-internal.h
index ffe3f1cf9e087ad062ff1495536bac4800fa5577..e602a64e748bccee6fa91aaa230b60f8aee66799 100644 (file)
@@ -99,7 +99,7 @@ struct lttng_userspace_probe_location_function {
         * early on to keep the backing inode valid over the course of the
         * intrumentation and use. It prevents deletion and reuse races.
         */
-       struct fd_handle *binary_fd;
+       struct fd_handle *binary_fd_handle;
        enum lttng_userspace_probe_location_function_instrumentation_type instrumentation_type;
 };
 
@@ -113,7 +113,7 @@ struct lttng_userspace_probe_location_tracepoint {
         * early on to keep the backing inode valid over the course of the
         * intrumentation and use. It prevents deletion and reuse races.
         */
-       struct fd_handle *binary_fd;
+       struct fd_handle *binary_fd_handle;
 };
 
 LTTNG_HIDDEN
This page took 0.02392 seconds and 5 git commands to generate.