mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-08 20:57:41 +00:00
As _stop_event is not mandatory, we are initializing the events array with something that might be NULL. The problem is with the following patch as I'm introducing a new non mandatory event and logic starts to get a bit hard to follow. So this patch makes explicit if we are setting or receiving a _stop_event or not and uses an auxiliary enum and array 'actions' to work around this non mandatory events and the return value of MsgWaitForMultipleObjectsEx() Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| build-aux | ||
| common | ||
| spice-protocol@666b5c5780 | ||
| tests | ||
| vdagent | ||
| vdservice | ||
| .gitmodules | ||
| autogen.sh | ||
| configure.ac | ||
| git.mk | ||
| Makefile.am | ||
| mingw-spice-vdagent.spec.in | ||
| NEWS | ||
| spice-vdagent.wxs.in | ||
| vdagent.sln | ||