store shared routing path and with Java separately

This commit is contained in:
orignal
2025-07-19 10:00:47 -04:00
parent 253a892b0f
commit 27b005a9b2
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace garlic
{
GarlicRoutingSession::GarlicRoutingSession (GarlicDestination * owner, bool attachLeaseSet):
m_Owner (owner), m_LeaseSetUpdateStatus (attachLeaseSet ? eLeaseSetUpdated : eLeaseSetDoNotSend),
m_LeaseSetUpdateMsgID (0)
m_LeaseSetUpdateMsgID (0), m_IsWithJava (false)
{
}