mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 16:51:31 +00:00
[idd] transport: abstract LGMP implementation
Introduce transport, frame, and control interfaces with an LGMP factory backend. Move LGMP and IVSHMEM implementation details under transport/lgmp and expose direct frame-buffer memory through a neutral capability.
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
|
||||
struct FrameMemoryLimits
|
||||
{
|
||||
uint64_t sharedSize = 0;
|
||||
uint64_t capacity = 0;
|
||||
uint64_t frameMemoryOffset = 0;
|
||||
uint64_t alignment = 0;
|
||||
uint64_t maxFrameSize = 0;
|
||||
unsigned bufferCount = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user