[dpdk-dev] [PATCH 1/2] vhost: move stdbool header file to vhost.h

Maxime Coquelin maxime.coquelin at redhat.com
Fri Mar 30 10:09:45 CEST 2018



On 03/28/2018 07:49 AM, xiangxia.m.yue at gmail.com wrote:
> From: Tonghao Zhang <xiangxia.m.yue at gmail.com>
> 
> The vhost.h file uses bool type, but not include stdbool
> header file. If other c files include vhost.h directly,
> there will be a compile error.
> 
> This patch will be used in the next patch.
> 
> Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>
> ---
>   lib/librte_vhost/socket.c | 1 -
>   lib/librte_vhost/vhost.h  | 1 +
>   2 files changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Maxime Cqouelin <maxime.coquelin at redhat.com>

Thanks,
Maxime


More information about the dev mailing list