Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / common / uri.cpp
index 98ff2b471b0d87b3c9f3ae4dea8c449e83ae291e..393eba81594aefd3087b1577b6660d4cdb0b2511 100644 (file)
@@ -43,7 +43,7 @@ static const struct uri_proto proto_uri[] = {
        { .name = "tcp4", .leading_string = "tcp4://", .code = P_TCP, .type = LTTNG_TCP, .dtype = LTTNG_DST_IPV4 },
        { .name = "tcp6", .leading_string = "tcp6://", .code = P_TCP6, .type = LTTNG_TCP, .dtype = LTTNG_DST_IPV6 },
        /* Invalid proto marking the end of the array. */
-       { 0 }
+       {}
 };
 
 /*
This page took 0.022708 seconds and 4 git commands to generate.