Cleanup: use lttng_* string utility functions
[lttng-tools.git] / include / lttng / event.h
index 0131defcca2357063585130d20c35113d3a51c48..630d6c1188dd0255e71c11f4c487b4160df1a1ca 100644 (file)
@@ -37,6 +37,7 @@ enum lttng_event_type {
        LTTNG_EVENT_FUNCTION_ENTRY            = 3,
        LTTNG_EVENT_NOOP                      = 4,
        LTTNG_EVENT_SYSCALL                   = 5,
+       LTTNG_EVENT_USERSPACE_PROBE           = 6,
 };
 
 /*
@@ -304,6 +305,8 @@ extern int lttng_list_events(struct lttng_handle *handle,
 
 extern struct lttng_event *lttng_event_create(void);
 
+extern struct lttng_event *lttng_event_copy(const struct lttng_event *event);
+
 extern void lttng_event_destroy(struct lttng_event *event);
 
 /*
This page took 0.024276 seconds and 5 git commands to generate.