On 06/02/2017 12:25 PM, John Ferlan wrote:
> When creating an object, save the configFile name in the object rather
> than needing to build it up each time for the SaveConfig. This involves
> adding a @configDir parameter to virNWFilterObjListAssignDef and removing
> the @configDir from virNWFilterObjSaveConfig.

Why? This keeps the path in memory for the whole life time of the object
even though it's needed just occasionally - at the beginning and
probably at the end.

> 
> Signed-off-by: John Ferlan <jfer...@redhat.com>
> ---
>  src/conf/virnwfilterobj.c      | 38 ++++++++++++++++++++------------------
>  src/conf/virnwfilterobj.h      |  6 +++---
>  src/nwfilter/nwfilter_driver.c |  5 +++--
>  3 files changed, 26 insertions(+), 23 deletions(-)

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to