libprocess: Make the counting of netmask set bits more efficient. see summary
Review: https://reviews.apache.org/r/31884 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f9f474c2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f9f474c2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f9f474c2 Branch: refs/heads/master Commit: f9f474c26954470bc1428d493b7822236d8f65e8 Parents: 1730af3 Author: Evelina Dumitrescu <[email protected]> Authored: Wed Mar 11 09:54:32 2015 -0700 Committer: Dominic Hamon <[email protected]> Committed: Wed Mar 11 09:55:31 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f9f474c2/3rdparty/libprocess/3rdparty/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am index c510862..519e38c 100644 --- a/3rdparty/libprocess/3rdparty/Makefile.am +++ b/3rdparty/libprocess/3rdparty/Makefile.am @@ -144,6 +144,7 @@ check_PROGRAMS = stout-tests stout_tests_SOURCES = \ $(STOUT)/tests/base64_tests.cpp \ + $(STOUT)/tests/bits_tests.cpp \ $(STOUT)/tests/bytes_tests.cpp \ $(STOUT)/tests/cache_tests.cpp \ $(STOUT)/tests/svn_tests.cpp \
