lib/util: Change is_all_zeros and is_all_ones to take a void *.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 5 Sep 2014 22:44:19 +0000 (15:44 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 8 Sep 2014 22:01:26 +0000 (15:01 -0700)
commit53cb9c3edc3cc5ec323a1c0b21315e6ded61dadd
treea9897aaa50f1595790279f4e1561fd52269bd3df
parent6d670e7f0d45b014d47d1f172c12cf62c4f8bf7f
lib/util: Change is_all_zeros and is_all_ones to take a void *.

is_all_zeros() and is_all_ones() operate on bytes, but just like with
memset, it is easier to use if the first argument is a void *.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c
lib/odp-util.c
lib/util.c
lib/util.h