bitmap: New macro BITMAP_N_LONGS for use in constant expressions.
authorBen Pfaff <blp@nicira.com>
Sat, 9 Nov 2013 23:21:12 +0000 (15:21 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 15 Nov 2013 16:22:27 +0000 (08:22 -0800)
commit1af1ed8500bf10a1bd4f00bea6daaaa3e72578f8
treee7b9a97de2ac6019760c68b84b60eff80f0ff226
parentc49a5e330820f6212c36954578a5e9f88f10f020
bitmap: New macro BITMAP_N_LONGS for use in constant expressions.

An upcoming commit will declare a bitmap on the stack, rather than heap
allocating it, which means that it is not possible to use a function call
in the declaration.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bitmap.h