qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V16 6/9] libqblock: libqblock API design and typ


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V16 6/9] libqblock: libqblock API design and type defines
Date: Tue, 29 Jan 2013 13:41:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 29/01/2013 05:51, Wenchao Xia ha scritto:
> + * qb_fmt_info_new: create a new QBlockFormatInfo structure.
> + *
> + * return 0 on success, libqblock negative error value on fail.
> + *
> + * @context: operation context.
> + * @p_fmt: pointer that will receive created struct.
> + */
> +LIBQB_DLL_PUBLIC
> +int qb_fmt_info_new(QBlockContext *context,
> +                    QBlockFormatInfo **p_fmt);

Please spell out QB_FORMAT_, qb_format_, QB_LOCATION, qb_location_
instead of using fmt and loc.

Paolo



reply via email to

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