BIND 10 trac2875, updated. 8bbe06eaa6ee91a9d24cc8dc990692609b512d4e [2875] Conditional compilation for the layers experiment
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 19 11:35:55 UTC 2013
The branch, trac2875 has been updated
via 8bbe06eaa6ee91a9d24cc8dc990692609b512d4e (commit)
from ca39501cc9031b16d976623dbfd25b7091061d85 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8bbe06eaa6ee91a9d24cc8dc990692609b512d4e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Jul 19 13:33:23 2013 +0200
[2875] Conditional compilation for the layers experiment
As the layers experiment uses coroutines too, exclude it from
compilation conditionally.
-----------------------------------------------------------------------
Summary of changes:
src/bin/resolver/bench/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/resolver/bench/Makefile.am b/src/bin/resolver/bench/Makefile.am
index 468fb48..cf77dc9 100644
--- a/src/bin/resolver/bench/Makefile.am
+++ b/src/bin/resolver/bench/Makefile.am
@@ -19,7 +19,6 @@ resolver_bench_SOURCES += fake_resolution.h fake_resolution.cc
resolver_bench_SOURCES += dummy_work.h dummy_work.cc
resolver_bench_SOURCES += naive_resolver.h naive_resolver.cc
resolver_bench_SOURCES += subprocess.h subprocess.cc
-resolver_bench_SOURCES += layers.h layers.cc
resolver_bench_LDADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
resolver_bench_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
@@ -28,6 +27,7 @@ if BOOST_COROUTINES
# The coroutine resolver needs the boost coroutines. Enable it only if available.
resolver_bench_SOURCES += coroutine_resolver.h coroutine_resolver.cc
resolver_bench_SOURCES += scheduler.h scheduler.cc
+resolver_bench_SOURCES += layers.h layers.cc
resolver_bench_LDADD += -lboost_context
AM_CPPFLAGS += -DBOOST_COROUTINES
endif
More information about the bind10-changes
mailing list