On Wed 11 Apr 2018 08:54:18 PM CEST, Max Reitz wrote:
> index c4dd1d4bb8..8d63a1b0c1 100644
> --- a/include/block/block_int.h
> +++ b/include/block/block_int.h
> @@ -616,6 +616,8 @@ struct BdrvChild {
>      QLIST_ENTRY(BdrvChild) next_parent;
>  };
>  
> +typedef QLIST_HEAD(BdrvChildList, BdrvChild) BdrvChildList;
> +

I forgot to mention this in a previous e-mail, but what's this used for?

Berto

Reply via email to