X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-types.h;h=0192bffaf2f321f446f71a13901e2ab09fd69663;hb=d0dd2ecbe2f2e614e0469addd1bd962db3cf047b;hp=b588265cb966fa73509db72a46fddf651c04b39a;hpb=299338c88005db478c3a62ea58862eb0ba267d6d;p=lttng-modules.git diff --git a/probes/lttng-types.h b/probes/lttng-types.h index b588265c..0192bffa 100644 --- a/probes/lttng-types.h +++ b/probes/lttng-types.h @@ -5,6 +5,7 @@ #ifndef _LTTNG_PROBES_LTTNG_TYPES_H #define _LTTNG_PROBES_LTTNG_TYPES_H +#include #include #ifdef __KERNEL__ @@ -81,6 +82,9 @@ struct lttng_type { } u; } __attribute__((packed)); +void lttng_print_event_type(struct seq_file *m, unsigned int indent, + const struct lttng_type *type); + #endif /* _LTTNG_PROBES_LTTNG_TYPES_H */