]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_driver: Introduce storagePoolRefreshImpl()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Mar 2019 09:55:23 +0000 (10:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 16 Mar 2019 06:50:51 +0000 (07:50 +0100)
commitbd45cedbe52fa4a0386dc8811a579f482caff30e
treede6de12a47a0b30a5a4821c9c87c29bb8f75e711
parentf8aecea77903aa1fbed8b5ca22bc82086d4ece1f
storage_driver: Introduce storagePoolRefreshImpl()

This is a wrapper over refreshPool() call as at all places we are
doing basically the same. Might as well have a single function to
call.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/storage/storage_driver.c