mgmt: refactor StrategyChoiceManager to use StrategyChoiceOptions (from FibManagementOptions)
refs: #1311
Change-Id: I104acede81d2ff00607b37ebccf741836aee3efb
diff --git a/daemon/mgmt/strategy-choice-manager.hpp b/daemon/mgmt/strategy-choice-manager.hpp
index 6313fbb..2232588 100644
--- a/daemon/mgmt/strategy-choice-manager.hpp
+++ b/daemon/mgmt/strategy-choice-manager.hpp
@@ -9,7 +9,7 @@
#include "mgmt/manager-base.hpp"
-#include <ndn-cpp-dev/management/nfd-fib-management-options.hpp>
+#include <ndn-cpp-dev/management/nfd-strategy-choice-options.hpp>
namespace nfd {
@@ -35,16 +35,16 @@
bool
extractOptions(const Interest& request,
- ndn::nfd::FibManagementOptions& extractedOptions);
+ ndn::nfd::StrategyChoiceOptions& extractedOptions);
void
- setStrategy(const ndn::nfd::FibManagementOptions& options,
+ setStrategy(const ndn::nfd::StrategyChoiceOptions& options,
ControlResponse& response);
void
- unsetStrategy(const ndn::nfd::FibManagementOptions& options,
+ unsetStrategy(const ndn::nfd::StrategyChoiceOptions& options,
ControlResponse& response);
private: