X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fchannel.cpp;h=ef2af356d8f2857f7ce2a78b5df5a3f4499c4e5a;hb=5c7248cd5bce45bf64d563fb4e130a63bf345f11;hp=cde53130d3f091245f1bc7e380b0d77834b14ae4;hpb=28ab034a2c3582d07d3423d2d746731f87d3969f;p=lttng-tools.git diff --git a/src/common/channel.cpp b/src/common/channel.cpp index cde53130d..ef2af356d 100644 --- a/src/common/channel.cpp +++ b/src/common/channel.cpp @@ -65,7 +65,7 @@ end: /* * The channel object is NOT populated. */ -struct lttng_channel *lttng_channel_create_internal(void) +struct lttng_channel *lttng_channel_create_internal() { struct lttng_channel *local_channel = nullptr, *ret = nullptr; struct lttng_channel_extended *extended = nullptr;