[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/libxl new bitmap functions
Hi Linda, On 07/04/15 16:45, Linda wrote: >>> + size = (bitmap1->size > bitmap2->size) ? bitmap1->size : >>> bitmap2->size; >> There might be an 'max' macro somwhere in the code that you could use >> for this? > Any guesses on where I might find the max macro. When I grep max, all I > find are definitions of constants that are the > max of something. There is a macro max_t in libxl_internal.h that can be used to get the maximum of 2 numbers. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |