Re: [libvirt] [PATCH 7/9] virt-admin: Introduce vshAdmCatchDisconnect handler

2015-10-14 Thread Michal Privoznik
On 13.10.2015 15:38, Erik Skultety wrote: > Since close callback and URI support was introduced in the earlier patches, it > is now the right time to implement the disconnect handler itself and switch > the > dummy NULL reference in virAdmConnectRegisterCloseCallback for this new > handler. >

[libvirt] [PATCH 7/9] virt-admin: Introduce vshAdmCatchDisconnect handler

2015-10-13 Thread Erik Skultety
Since close callback and URI support was introduced in the earlier patches, it is now the right time to implement the disconnect handler itself and switch the dummy NULL reference in virAdmConnectRegisterCloseCallback for this new handler. The handler itself is the same as the one used in virsh,