qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/20] char: add qemu_chr_fe_add_watch() Returns


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 03/20] char: add qemu_chr_fe_add_watch() Returns description
Date: Fri, 6 Jan 2017 10:54:51 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

On 01/05/2017 10:53 AM, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  include/sysemu/char.h | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Eric Blake <address@hidden>

> diff --git a/include/sysemu/char.h b/include/sysemu/char.h
> index 0a149428cf..b6e361860a 100644
> --- a/include/sysemu/char.h
> +++ b/include/sysemu/char.h
> @@ -258,6 +258,8 @@ void qemu_chr_fe_printf(CharBackend *be, const char *fmt, 
> ...)
>   * @cond the condition to poll for
>   * @func the function to call when the condition happens
>   * @user_data the opaque pointer to pass to @func
> + *
> + * Returns: the source tag
>   */
>  guint qemu_chr_fe_add_watch(CharBackend *be, GIOCondition cond,
>                              GIOFunc func, void *user_data);
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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