X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=6c272172a3a40dc61fe6a52eca601500d6f5dd41;hb=a60d70e608a727038ebc27e493aac65b49932146;hp=b930a3495d073c4c5e9cf640419cd72561810db8;hpb=82fa766de8ddb7e5ed9ac9f595bc2f97ee7f3d38;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index b930a349..6c272172 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -8,7 +8,14 @@ * * Holds LTTng per-session event registry. * - * Dual LGPL v2.1/GPL v2 license. + * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED + * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. + * + * Permission is hereby granted to use or copy this program + * for any purpose, provided the above notices are retained on all copies. + * Permission to modify the code and to distribute modified code is granted, + * provided the above notices are retained, and a notice that the code was + * modified is included with the above copyright notice. */ #include @@ -150,7 +157,7 @@ struct lttng_enum { const char *name; struct lttng_type container_type; const struct lttng_enum_entry *entries; - unsigned int len; + nsigned int len; }; /* Event field description */