X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-internal.h;fp=include%2Flttng%2Fevent-internal.h;h=f8130e3b948c0873ab0f13e7497f51456765e9ff;hp=8902a1a08d14233760597fcf9c1a7e854468e60c;hb=76fcf15156ecb0a18f9c41b350342171f862ff47;hpb=c8282375a3fd622372663ff2ee60de9f2161ff19 diff --git a/include/lttng/event-internal.h b/include/lttng/event-internal.h index 8902a1a08..f8130e3b9 100644 --- a/include/lttng/event-internal.h +++ b/include/lttng/event-internal.h @@ -22,6 +22,9 @@ #ifndef LTTNG_EVENT_INTERNAL_H #define LTTNG_EVENT_INTERNAL_H +#include +#include + struct lttng_userspace_probe_location; struct lttng_event_extended { @@ -40,4 +43,7 @@ struct lttng_event_extended { struct lttng_userspace_probe_location *probe_location; }; +LTTNG_HIDDEN +struct lttng_event *lttng_event_copy(const struct lttng_event *event); + #endif /* LTTNG_EVENT_INTERNAL_H */