Re: [libvirt] [PATCH v4 1/2] remote: Extract common clearing of event callbacks of client private data

2017-11-20 Thread John Ferlan
On 11/13/2017 08:07 AM, xinhua.Cao wrote: > Extract common clearing of event callbacks as > remoteClientFreePrivateCallbacks. > the common function also separation including the sysident handling. > --- > daemon/remote.c | 73 > ++--- > 1 fil

[libvirt] [PATCH v4 1/2] remote: Extract common clearing of event callbacks of client private data

2017-11-13 Thread xinhua.Cao
Extract common clearing of event callbacks as remoteClientFreePrivateCallbacks. the common function also separation including the sysident handling. --- daemon/remote.c | 73 ++--- 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/d