<div dir="ltr"><div>Hi again,<br><br>I'm trying to create a new Interest packet at forwarding strategy. But I'm getting error on its initialization.<br><br>I'm initializing the Interest as follows:<br><br>const shared_ptr<ndn::Interest>& new_interest = make_shared<ndn::Interest>(); // <- the error is in this phase<br><br>and in "SendInterest" I'm getting the following error:<br><br>"error: no matching function for call to ‘nfd::fw::MulticastStrategy::sendInterest(const std::shared_ptr<nfd::pit::Entry>&, nfd::face::Face&, const std::shared_ptr<ndn::Interest>&)’<br>     this->sendInterest(pitEntry, outFace, new_interest);"<br><br>How can I correctly initiate the Interest?<br><br>Thanks in advance,<br></div>Mateus.<br></div>