qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v4 06/13] block: Generalize should_update_child(


From: Alberto Garcia
Subject: Re: [Qemu-block] [PATCH v4 06/13] block: Generalize should_update_child() rule
Date: Fri, 20 Apr 2018 10:36:26 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

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

[Prev in Thread] Current Thread [Next in Thread]