Re: [libvirt] [PATCH v3 3/6] remote: Save reference to program in daemonClientEventCallback

2019-11-13 Thread Pavel Hrdina
On Fri, Nov 01, 2019 at 06:35:45PM +0100, Marc Hartmayer wrote: > As a result, you can later determine during the callback which program > was used. This makes it easier to refactor the code in the future and > is less prone to error. > > Signed-off-by: Marc Hartmayer > --- >

[libvirt] [PATCH v3 3/6] remote: Save reference to program in daemonClientEventCallback

2019-11-01 Thread Marc Hartmayer
As a result, you can later determine during the callback which program was used. This makes it easier to refactor the code in the future and is less prone to error. Signed-off-by: Marc Hartmayer --- src/remote/remote_daemon_dispatch.c | 108 +++- 1 file changed, 59