Re: [libvirt] [RFC PATCH 03/10] netserver: Toggle service off during close

2018-01-17 Thread John Ferlan
On 01/15/2018 11:35 AM, Erik Skultety wrote: > On Wed, Jan 10, 2018 at 12:23:28PM -0500, John Ferlan wrote: >> Rather than waiting until virNetServerDispose to toggle the service >> to off, let's do that when virNetServerServiceClose is called such >> as during virNetServerClose. >> >> Signed-off

Re: [libvirt] [RFC PATCH 03/10] netserver: Toggle service off during close

2018-01-15 Thread Erik Skultety
On Wed, Jan 10, 2018 at 12:23:28PM -0500, John Ferlan wrote: > Rather than waiting until virNetServerDispose to toggle the service > to off, let's do that when virNetServerServiceClose is called such > as during virNetServerClose. > > Signed-off-by: John Ferlan > --- > src/rpc/virnetserver.c

[libvirt] [RFC PATCH 03/10] netserver: Toggle service off during close

2018-01-10 Thread John Ferlan
Rather than waiting until virNetServerDispose to toggle the service to off, let's do that when virNetServerServiceClose is called such as during virNetServerClose. Signed-off-by: John Ferlan --- src/rpc/virnetserver.c| 3 --- src/rpc/virnetserverservice.c | 2 ++ 2 files changed, 2 inser