On 06/14/2016 04:29 PM, Jovanka Gulicoska wrote:
Changes since v2: fix broken alignment in datatypes and fix typos in
docstring
These types of notes are better to put after the '---' below, that way they
are stripped when applying and they don't end up in the git log, since the
fine grained version history of the patch is distracting in the permanent git
log output
Storage pool lifecycle event API entry points for registering and
deregistering
storage pool events, as well as types of events associated with storage pools.
These entry points will be used for implementing asynchronous lifecycle events.
Storage pool API:
virConnectStoragePoolEventRegisterAny
virConnectStoragePoolEventDeregisterAny
virStoragePoolEventLifecycleType which has events STARTED, STOPPED, DEFINED,
UNDEFINED, and REFRESHED
---
Should go here
Thanks,
Cole
include/libvirt/libvirt-storage.h | 93
++++++++++++++++++++++++++++
src/datatypes.h | 13 ++++
src/driver-storage.h | 13 ++++
src/libvirt-storage.c | 125 ++++++++++++++++++++++++++++++++++++++
src/libvirt_public.syms | 6 ++
5 files changed, 250 insertions(+)