Re: [PATCH RESEND 5/5] bridge_driver: Replace and drop networkKillDaemon

2020-03-23 Thread Marc-André Lureau
Hi On Mon, Mar 23, 2020 at 5:14 PM Michal Privoznik wrote: > > In the network driver code there's networkKillDaemon() which is > the same as virProcessKillPainfully(). Replace the former with > the later and drop what becomes unused function. > > Signed-off-by: Michal Privoznik > --- > src/netw

[PATCH RESEND 5/5] bridge_driver: Replace and drop networkKillDaemon

2020-03-23 Thread Michal Privoznik
In the network driver code there's networkKillDaemon() which is the same as virProcessKillPainfully(). Replace the former with the later and drop what becomes unused function. Signed-off-by: Michal Privoznik --- src/network/bridge_driver.c | 106 ++-- 1 file chang