Re: [libvirt PATCH v2 12/56] rpc: conditionalize signal handling

2020-01-28 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:10:53PM +, Daniel P. Berrangé wrote: > The Windows platform does not have the signal handling > support we need, so it must be disabled in several parts > of the codebase. > > Signed-off-by: Daniel P. Berrangé > --- > src/rpc/virnetclient.c | 33

[libvirt PATCH v2 12/56] rpc: conditionalize signal handling

2020-01-28 Thread Daniel P . Berrangé
The Windows platform does not have the signal handling support we need, so it must be disabled in several parts of the codebase. Signed-off-by: Daniel P. Berrangé --- src/rpc/virnetclient.c | 33 --- src/rpc/virnetdaemon.c | 39 ++--