[dpdk-dev] [PATCH 1/8] eal: support dynamic log types

Stephen Hemminger stephen at networkplumber.org
Fri Mar 17 17:13:38 CET 2017


On Fri, 17 Mar 2017 16:51:15 +0100
Olivier Matz <olivier.matz at 6wind.com> wrote:

> +	.dynamic_types_len = 0,
> +	.dynamic_types = NULL,
>  };
>  
You don't need to add elements to initializer if the are 0.


More information about the dev mailing list