49 ndn::KeyChain& keyChain,
51 const ndn::Name& syncPrefix,
52 const ndn::Name& userPrefix,
53 ndn::time::milliseconds syncInterestLifetime,
84 onChronoSyncUpdate(
const std::vector<chronosync::MissingDataInfo>& updates);
96 onPSyncUpdate(
const std::vector<psync::MissingDataInfo>& updates);
108 onSvsUpdate(
const std::vector<ndn::svs::MissingDataInfo>& updates);
115#ifdef HAVE_CHRONOSYNC
116 std::shared_ptr<chronosync::Logic> m_chronoSyncLogic;
119 std::shared_ptr<psync::FullProducer> m_psyncLogic;
122 std::shared_ptr<ndn::svs::SVSyncCore> m_svsCore;