Re: [libvirt] [PATCH] util: add note about event file descriptors on Windows

2019-12-20 Thread Cole Robinson
On 12/20/19 10:47 AM, Daniel P. Berrangé wrote: > When using GNULIB with Winsock, libvirt will never see the normal HANDLE > objects, instead GNULIB guarantees that libvirt gets a C runtime file > descriptor. The GNULIB poll impl also expects to get C runtime file > descriptors rather than HANDLE o

[libvirt] [PATCH] util: add note about event file descriptors on Windows

2019-12-20 Thread Daniel P . Berrangé
When using GNULIB with Winsock, libvirt will never see the normal HANDLE objects, instead GNULIB guarantees that libvirt gets a C runtime file descriptor. The GNULIB poll impl also expects to get C runtime file descriptors rather than HANDLE objects. Document this behaviour so that it is clear to a