commit | e1bdc08302537ec9dbe70087caa62a538e138fe7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Oct 11 21:20:23 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Oct 19 14:41:30 2018 -0400 |
tree | 2252c66f3b7ea58cce3448c7bc69f4e430ce863d | |
parent | 407d56982168836b76ff5f78ce13949214bb27b4 [diff] [blame] |
rib: stop using the global scheduler Change-Id: I0e205e2f1adf85be49b132b47791b27e4530697a Refs: #4528
diff --git a/tests/rib-io-fixture.hpp b/tests/rib-io-fixture.hpp index ec147d5..fa43af5 100644 --- a/tests/rib-io-fixture.hpp +++ b/tests/rib-io-fixture.hpp
@@ -36,7 +36,7 @@ /** \brief a base test fixture that provides both main and RIB io_service */ -class RibIoFixture: public virtual BaseFixture +class RibIoFixture : public virtual BaseFixture { protected: RibIoFixture();