mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 02:34:00 +00:00
[client] update client to use the common ivshmem* methods
This commit is contained in:
@@ -210,7 +210,7 @@ bool ivshmemOpen(struct IVSHMEM * dev)
|
||||
dev->opaque = info;
|
||||
dev->size = devSize;
|
||||
dev->mem = map;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void ivshmemClose(struct IVSHMEM * dev)
|
||||
|
Reference in New Issue
Block a user