[libvirt] [PATCH V2 1/3] Add function to find and set next available bit
Add function to find the next available bit in the bitmap and set it. Signed-off-by: Stefan Berger --- src/libvirt_private.syms |1 + src/util/virbitmap.c | 34 ++ src/util/virbitmap.h |3 +++ 3 files changed, 38 insertions(+) Index: libvirt/sr
Re: [libvirt] [PATCH V2 1/3] Add function to find and set next available bit
On 02/01/2013 02:57 PM, Stefan Berger wrote: > Add function to find the next available bit in the bitmap and set it. > > Signed-off-by: Stefan Berger > > --- > src/libvirt_private.syms |1 + > src/util/virbitmap.c | 34 ++ > src/util/virbitmap.h |