X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe-internal.h;h=e602a64e748bccee6fa91aaa230b60f8aee66799;hp=ffe3f1cf9e087ad062ff1495536bac4800fa5577;hb=2cde05107ba33959b71d623579ea3d6c93346488;hpb=f3a9cc3478223679d8fea55d5eedce111b462feb diff --git a/include/lttng/userspace-probe-internal.h b/include/lttng/userspace-probe-internal.h index ffe3f1cf9..e602a64e7 100644 --- a/include/lttng/userspace-probe-internal.h +++ b/include/lttng/userspace-probe-internal.h @@ -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