45 const CommandOptions& options)
47 ndn::nfd::Controller controller(face, keyChain, validator);
48 uint32_t errorCode = 0;
50 for (
size_t i = 0; i <
sections.size(); ++i) {
51 Module&
module = *sections[i];
55 [i, &errorCode] (uint32_t code, const std::string& reason) {
56 errorCode = i * 1000000 + code;
61 this->processEvents(face);