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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to