X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-tracepoint.c;fp=src%2Flttng-tracepoint.c;h=35aa07eb43efd7eae2d233c111a8e24813672f85;hb=a62977cac65f63f20625dd501282de1ea0156ee0;hp=53828104113efbaae5cbfb4754531df5c405368f;hpb=6be48c9f6a32cdcab9824aaad0c19f92222633c4;p=lttng-modules.git diff --git a/src/lttng-tracepoint.c b/src/lttng-tracepoint.c index 53828104..35aa07eb 100644 --- a/src/lttng-tracepoint.c +++ b/src/lttng-tracepoint.c @@ -41,7 +41,7 @@ struct tracepoint_entry { struct tracepoint *tp; int refcount; struct list_head probes; - char name[0]; + char name[]; }; struct lttng_tp_probe {