Fixing some bugs causing segment faults, and update ChronoSync. Now it should work, but we need to run more tests to see if there are some other bugs.
Change-Id: Ib06603cb7262a7f38abe42be94da685f18eab65d
diff --git a/src/contact-manager.h b/src/contact-manager.h
index 0c4cc06..d096abf 100644
--- a/src/contact-manager.h
+++ b/src/contact-manager.h
@@ -31,6 +31,8 @@
public:
ContactManager(ndn::ptr_lib::shared_ptr<ndn::IdentityManager> identityManager,
+ ndn::ptr_lib::shared_ptr<ndn::Face> m_face,
+ ndn::ptr_lib::shared_ptr<ndn::Transport> m_transport,
QObject* parent = 0);
~ContactManager();
@@ -89,15 +91,15 @@
{ return m_identityManager; }
private:
- void
- connectToDaemon();
+ // void
+ // connectToDaemon();
- void
- onConnectionData(const ndn::ptr_lib::shared_ptr<const ndn::Interest>& interest,
- const ndn::ptr_lib::shared_ptr<ndn::Data>& data);
+ // void
+ // onConnectionData(const ndn::ptr_lib::shared_ptr<const ndn::Interest>& interest,
+ // const ndn::ptr_lib::shared_ptr<ndn::Data>& data);
- void
- onConnectionDataTimeout(const ndn::ptr_lib::shared_ptr<const ndn::Interest>& interest);
+ // void
+ // onConnectionDataTimeout(const ndn::ptr_lib::shared_ptr<const ndn::Interest>& interest);
void
initializeSecurity();