X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-tracepoint.c;h=35aa07eb43efd7eae2d233c111a8e24813672f85;hb=71f1611f61cf002425d3247f8fed7ce4bd7b2a0a;hp=53828104113efbaae5cbfb4754531df5c405368f;hpb=e9c958aff0d306c0aef41e23c1a231c18991bbd3;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 {