Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / common / channel.cpp
index db8d6fdec0c7130a738508c6a71f44a4b0e6bdbd..c0a0299a4d4a31302dbb08e977f2a01ea573b61b 100644 (file)
@@ -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);
This page took 0.022849 seconds and 4 git commands to generate.