resubmit non-confirmed LeaseSet

This commit is contained in:
orignal 2016-10-24 20:58:25 -04:00
parent 4ee9b4524d
commit c74db4b81c
2 changed files with 18 additions and 25 deletions

View file

@ -106,6 +106,7 @@ namespace garlic
};
bool IsLeaseSetNonConfirmed () const { return m_LeaseSetUpdateStatus == eLeaseSetSubmitted; };
bool IsLeaseSetUpdated () const { return m_LeaseSetUpdateStatus == eLeaseSetUpdated; };
uint64_t GetLeaseSetSubmissionTime () const { return m_LeaseSetSubmissionTime; }
std::shared_ptr<GarlicRoutingPath> GetSharedRoutingPath ();
void SetSharedRoutingPath (std::shared_ptr<GarlicRoutingPath> path);