bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Mar 2014 06:00:17 +0000 (23:00 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Mar 2014 06:00:22 +0000 (23:00 -0700)
commitb71273f60dbb2315330874809595048ce3c6ac68
tree4eb4ca2eb3b586c53a0c3a51701c6aa370f95f6e
parent9c4dbc1caa7f83c16775406547f9cfba38c8d513
bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.

An upcoming commit will make use of this feature.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bitmap.c
lib/bitmap.h
lib/nx-match.h
ovsdb/transaction.c
vswitchd/bridge.c