[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 13/17] libxl: add support for FreeBSD uuid implementation
On Mon, 2014-06-02 at 17:08 +0200, Roger Pau Monne wrote: > Add the FreeBSD specific uuid implementation. Since uuid_t is not > defined as an array, but as a struct on FreeBSD, use a union with a > array in order to be able to return the uuid as a bytearray. > > Also, added a libxl internal compile time assert macro, that is used > to assert that the size of uuid_t is the same as the union used in > libxl. This is incredibly similar to the FreeBS version, could this not be done with a few choice || defined(__FreeBSD__) (adding the union you've got here or not as you choose)? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |