X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-events.h;h=f6fe151886debe591ff295c800a80b5e5d81e5db;hp=4093bd8abd6a39567bd33213cb33746218c9f3f0;hb=56377c91f874d50ea03d1f3f4698c77f69cbf83c;hpb=a344f64bd188272ee3d0a6055aaa6a3eabd0669d diff --git a/lttng-events.h b/lttng-events.h index 4093bd8a..f6fe1518 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -779,7 +779,7 @@ void lttng_kprobes_destroy_private(struct lttng_event *event) #ifdef CONFIG_UPROBES int lttng_uprobes_register(const char *name, - const char *path, + int fd, uint64_t offset, struct lttng_event *event); void lttng_uprobes_unregister(struct lttng_event *event); @@ -787,7 +787,7 @@ void lttng_uprobes_destroy_private(struct lttng_event *event); #else static inline int lttng_uprobes_register(const char *name, - const char *path, + int fd, uint64_t offset, struct lttng_event *event) {