]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move the VIR_DRV_FEATURE* constants
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 2 Oct 2009 13:43:22 +0000 (14:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Oct 2009 11:35:06 +0000 (12:35 +0100)
commitdd26096ad175ef5ade002f107b55865fd972917e
treeb8dd4a4a2730d04febd38b2c7bf14ee419cb6a41
parentac33531a055c0406f3413be78b71172011ee1be4
Move the VIR_DRV_FEATURE* constants

Move the VIR_DRV_FEATURE* constants into libvirt_internal.h
since these flags are indicating whether  APIs in the
libvirt_internal.h file are supported by a driver

* src/driver.h: Remove VIR_DRV_FEATURE* constants
* src/libvirt_internal.h: Add VIR_DRV_FEATURE* constants, using
  an enum instead of #define
* src/internal.h: pull in libvirt_internal.h
src/driver.h
src/internal.h
src/libvirt_internal.h