mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-23 03:41:22 +00:00
parent
973ad5e2b0
commit
cd54cb179b
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ enum IVSHMEMWaitResult ivshmem_wait_irq(uint16_t vector, unsigned int timeout)
|
|||
if (FD_ISSET(fd, &fds))
|
||||
{
|
||||
uint64_t kick;
|
||||
read(fd, &kick, sizeof(kick));
|
||||
int unused = read(fd, &kick, sizeof(kick));
|
||||
(void)unused;
|
||||
return IVSHMEM_WAIT_RESULT_OK;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue