mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[host] fixed failure to set m_memory in IVSHMEM
This commit is contained in:
parent
5f19092e4e
commit
8c719ff01a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user