|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxlu: avoid having two definitions of XLU_ConfigList
On Wed, Mar 18, 2015 at 09:33:58PM +0000, Wei Liu wrote:
> There is already a typedef in libxlutil.h. Remove the one in
> libxlu_internal.h.
>
> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Missing the 'Reported-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>'
> ---
> tools/libxl/libxlu_internal.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/libxl/libxlu_internal.h b/tools/libxl/libxlu_internal.h
> index 3451cfe..0acdde3 100644
> --- a/tools/libxl/libxlu_internal.h
> +++ b/tools/libxl/libxlu_internal.h
> @@ -25,11 +25,11 @@
>
> #include "libxlutil.h"
>
> -typedef struct XLU_ConfigList {
> +struct XLU_ConfigList {
> int avalues; /* available slots */
> int nvalues; /* actual occupied slots */
> XLU_ConfigValue **values;
> -} XLU_ConfigList;
> +};
>
> typedef struct YYLTYPE
> {
> --
> 1.9.1
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |