]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Promote storage pool refresh lifecycle event to top level event
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2016 16:35:51 +0000 (17:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2016 17:26:11 +0000 (18:26 +0100)
commit0330848207ce42cdbd113b0f3fe0a922aa94de22
tree6abdbe9894e7e6bce4343566463e054ea1696ea5
parent318ebb36f1027b3357a32d6f781bd77d7a9043fd
Promote storage pool refresh lifecycle event to top level event

The VIR_STORAGE_POOL_EVENT_REFRESHED constant does not
reflect any change in the lifecycle of the storage pool.

It should thus not be part of the storage pool lifecycle
event set, but rather be a top level event in its own
right. Thus we introduce VIR_STORAGE_POOL_EVENT_ID_REFRESH
to replace it.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
13 files changed:
daemon/remote.c
examples/object-events/event-test.c
include/libvirt/libvirt-storage.h
src/conf/storage_event.c
src/conf/storage_event.h
src/libvirt_private.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/storage/storage_driver.c
src/test/test_driver.c
tests/objecteventtest.c
tools/virsh-pool.c