]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce node device lifecycle event APIs
authorJovanka Gulicoska <jovanka.gulicoska@gmail.com>
Thu, 28 Jul 2016 12:02:50 +0000 (14:02 +0200)
committerCole Robinson <crobinso@redhat.com>
Tue, 2 Aug 2016 13:52:00 +0000 (09:52 -0400)
commitfcabc1ca53ee18c03a72b7eedd6718a7b7e827fb
tree0de830817d75307f4f507952005b53aaf6a945ae
parentb0c144c57926056d9d8b7a4d23ef87a5107c5121
Introduce node device lifecycle event APIs

Node device lifecycle event API entry points for registering and
deregistering node deivce events, as well as types of events
associated with node device.
These entry points will be used for implementing asynchronous
lifecycle events.

Node device API:
virConnectNodeDeviceEventRegisterAny
virConnectNodeDeviceEventDeregisterAny
virNodeDeviceEventLifecycleType which has events CREATED and DELETED
include/libvirt/libvirt-nodedev.h
po/POTFILES.in
src/datatypes.h
src/driver-nodedev.h
src/libvirt-nodedev.c
src/libvirt_public.syms