delete unconfirmed LeaseSet and DeliveryStatus

This commit is contained in:
orignal 2020-03-14 16:35:34 -04:00
parent 45145fa50a
commit b5bc05ac2b
4 changed files with 21 additions and 9 deletions

View file

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