X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fchannel.cpp;h=c0a0299a4d4a31302dbb08e977f2a01ea573b61b;hb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;hp=db8d6fdec0c7130a738508c6a71f44a4b0e6bdbd;hpb=c10f9cdd994258358bb3766c2e92dab71e4ceef2;p=lttng-tools.git diff --git a/src/common/channel.cpp b/src/common/channel.cpp index db8d6fdec..c0a0299a4 100644 --- a/src/common/channel.cpp +++ b/src/common/channel.cpp @@ -198,7 +198,7 @@ int lttng_channel_serialize( { int ret; size_t name_len; - struct lttng_channel_comm channel_comm = { 0 }; + struct lttng_channel_comm channel_comm = {}; struct lttng_channel_extended *extended; assert(channel);