Hide lttng_event_copy symbol
[lttng-tools.git] / include / lttng / event-internal.h
index 8902a1a08d14233760597fcf9c1a7e854468e60c..f8130e3b948c0873ab0f13e7497f51456765e9ff 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef LTTNG_EVENT_INTERNAL_H
 #define LTTNG_EVENT_INTERNAL_H
 
+#include <common/macros.h>
+#include <lttng/event.h>
+
 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 */
This page took 0.023927 seconds and 5 git commands to generate.