X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fchannel.cpp;fp=src%2Fcommon%2Fchannel.cpp;h=ef2af356d8f2857f7ce2a78b5df5a3f4499c4e5a;hp=cde53130d3f091245f1bc7e380b0d77834b14ae4;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 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;