mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[host] init ivshmem options before testing
This commit is contained in:
parent
9ff1859dc1
commit
9d0ae23f9f
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ VOID WINAPI SvcMain(DWORD dwArgc, LPTSTR *lpszArgv)
|
|||
|
||||
/* check if the ivshmem device exists */
|
||||
struct IVSHMEM shmDev = { 0 };
|
||||
ivshmemOptionsInit();
|
||||
if (!ivshmemInit(&shmDev))
|
||||
{
|
||||
doLog("Unable to find the IVSHMEM device, terminating the service\n");
|
||||
|
|
Loading…
Reference in a new issue