diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2009-10-02 14:43:22 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2009-10-09 12:35:06 +0100 |
commit | dd26096ad175ef5ade002f107b55865fd972917e (patch) | |
tree | b8dd4a4a2730d04febd38b2c7bf14ee419cb6a41 /src/internal.h | |
parent | ac33531a055c0406f3413be78b71172011ee1be4 (diff) | |
download | libvirt-dd26096ad175ef5ade002f107b55865fd972917e.tar.gz |
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
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h index 8fa579cb33..bd1cfe680b 100644 --- a/src/internal.h +++ b/src/internal.h @@ -24,6 +24,8 @@ #include "libvirt/libvirt.h" #include "libvirt/virterror.h" +#include "libvirt_internal.h" + /* On architectures which lack these limits, define them (ie. Cygwin). * Note that the libvirt code should be robust enough to handle the * case where actual value is longer than these limits (eg. by setting |