[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/3] tools/libxc: add API for bitmap access for restore
On Thu, Aug 24, 2017 at 08:36:16AM +0200, Olaf Hering wrote: > On Thu, Aug 17, Olaf Hering wrote: > > > Extend API for managing bitmaps. Each bitmap is now represented by a > > generic struct xc_sr_bitmap. > > > +static inline bool xc_sr_bitmap_resize(struct xc_sr_bitmap *bm, unsigned > > long bits) > > +static inline void xc_sr_bitmap_free(struct xc_sr_bitmap *bm) > > > +static inline bool xc_sr_set_bit(unsigned long bit, struct xc_sr_bitmap > > *bm) > > +static inline bool xc_sr_test_bit(unsigned long bit, struct xc_sr_bitmap > > *bm) > > +static inline int xc_sr_test_and_clear_bit(unsigned long bit, struct > > xc_sr_bitmap *bm) > > +static inline int xc_sr_test_and_set_bit(unsigned long bit, struct > > xc_sr_bitmap *bm) > > Any objection to remove the trailing '_bit' from these four function names? No preference. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |