• E
    bitmap: add way to find next clear bit · 98fc0137
    Eric Blake 提交于
    We had an easy way to iterate set bits, but not for iterating
    cleared bits.
    
    * src/util/virbitmap.h (virBitmapNextClearBit): New prototype.
    * src/util/virbitmap.c (virBitmapNextClearBit): Implement it.
    * src/libvirt_private.syms (bitmap.h): Export it.
    * tests/virbitmaptest.c (test4): Test it.
    98fc0137
libvirt_private.syms 42.2 KB