summaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h')
-rw-r--r--libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h b/libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h
index ee2c531c7..5e1baa09c 100644
--- a/libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h
+++ b/libtransport/src/hicn/transport/protocols/manifest_indexing_manager.h
@@ -50,6 +50,10 @@ class ManifestIndexManager : public IncrementalIndexManager,
uint32_t getFinalSuffix() override;
+ private:
+ void onManifestReceived(Interest::Ptr &&i, ContentObject::Ptr &&c);
+ void onManifestTimeout(Interest::Ptr &&i);
+
protected:
SuffixQueue suffix_queue_;
SuffixQueue::iterator next_reassembly_segment_;