X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=7226a27bed53162d63c4187b140db7a484562b64;hb=783d0d2f8cefc67fe0d770fadfda1b75ede636f9;hp=bee47105fa2dfe57f589245dc1c00f24aac8bcbf;hpb=2d6d88c64dad61235a5693bcf4854765ec62d095;p=lttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index bee47105..7226a27b 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -10,12 +10,12 @@ #ifndef _LTTNG_EVENTS_H #define _LTTNG_EVENTS_H -#include #include #include #include #include #include +#include #include #include #include @@ -320,7 +320,6 @@ struct lttng_event { } kretprobe; struct lttng_uprobe uprobe; struct { - char *syscall_name; enum lttng_syscall_entryexit entryexit; enum lttng_syscall_abi abi; } syscall;