]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virBitmapNextClearBit in networkNextClassID
authorJán Tomko <jtomko@redhat.com>
Fri, 6 Mar 2015 16:09:49 +0000 (17:09 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 10 Mar 2015 12:45:51 +0000 (13:45 +0100)
commit7b2f12fe28edb011e834fbf083c62c44e04d4f24
treec0961d5da3943a5785500aa64686028cf6982d3b
parent705242f8809dc2222c35c64d5408dd6b0cc94cf8
Use virBitmapNextClearBit in networkNextClassID

Instead of finding the next clear bit by calling virBitmapGetBit
in a loop, use the virBitmapNextClearBit helper.
src/network/bridge_driver.c