commit | 3dade00499058efa7b06a259cd1cbb24d7226a57 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Mar 19 11:29:56 2019 -0600 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Mar 19 11:29:56 2019 -0600 |
tree | 22e095b968745fb6bd00050a11fe40b6595777bf | |
parent | 2d83a86255eb87016121f8232f007331cd0f3610 [diff] [blame] |
core+daemon: eliminate scheduler::{schedule,cancel} wrappers Also move core/global-io.hpp to daemon/global.hpp Refs: #4528, #4883 Change-Id: I0b99029f1a19d7451aab57099cd3303b7eb42ff3
diff --git a/daemon/fw/self-learning-strategy.cpp b/daemon/fw/self-learning-strategy.cpp index 12e6176..f0eab59 100644 --- a/daemon/fw/self-learning-strategy.cpp +++ b/daemon/fw/self-learning-strategy.cpp
@@ -27,7 +27,7 @@ #include "algorithm.hpp" #include "core/logger.hpp" -#include "core/global-io.hpp" +#include "daemon/global.hpp" #include "rib/service.hpp" #include <ndn-cxx/lp/empty-value.hpp>