mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] fixed failure to set m_memory in IVSHMEM
This commit is contained in:
@@ -187,6 +187,7 @@ void * IVSHMEM::GetMemory()
|
|||||||
m_size = static_cast<UINT64>(map.size );
|
m_size = static_cast<UINT64>(map.size );
|
||||||
m_peerID = static_cast<UINT16>(map.peerID );
|
m_peerID = static_cast<UINT16>(map.peerID );
|
||||||
m_vectors = static_cast<UINT16>(map.vectors);
|
m_vectors = static_cast<UINT16>(map.vectors);
|
||||||
|
m_memory = map.ptr;
|
||||||
|
|
||||||
return m_memory;
|
return m_memory;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user