Re: [libvirt] [PATCH v3 09/11] admin: Add support for connection close callbacks

2015-11-16 Thread Martin Kletzander
On Fri, Nov 06, 2015 at 12:46:24PM +0100, Erik Skultety wrote: As we need a client disconnect handler, we also need a mechanism to register such handlers for a client. This patch introduced both the close callbacks and also the client vshAdmCatchDisconnect handler to be registered with it. By

Re: [libvirt] [PATCH v3 09/11] admin: Add support for connection close callbacks

2015-11-16 Thread Daniel P. Berrange
On Mon, Nov 16, 2015 at 05:40:07PM +0100, Martin Kletzander wrote: > On Fri, Nov 06, 2015 at 12:46:24PM +0100, Erik Skultety wrote: > >As we need a client disconnect handler, we also need a mechanism to register > >such handlers for a client. This patch introduced both the close callbacks > >and

[libvirt] [PATCH v3 09/11] admin: Add support for connection close callbacks

2015-11-06 Thread Erik Skultety
As we need a client disconnect handler, we also need a mechanism to register such handlers for a client. This patch introduced both the close callbacks and also the client vshAdmCatchDisconnect handler to be registered with it. By registering the handler we still need to make sure the client can