libvirt/src/xenapi
Michal Privoznik b20060bae2 xenapi_utils: Adapt to enum cleanups
It was just very recently that we transfered from:

  enum virSomeEnumName{
      ...
  };

to:
  typedef enum {
      ...
  } virSomeEnumName;

This change requires some code adaptation, which wasn't done for
xenapi driver. With this fix we are able to build again.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-06-03 09:18:58 +02:00
..
xenapi_driver_private.h maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption 2013-04-04 22:18:56 +02:00
xenapi_driver.c Indent top-level labels by one space in the rest of src/ 2014-03-25 14:58:40 +01:00
xenapi_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
xenapi_utils.c xenapi_utils: Adapt to enum cleanups 2014-06-03 09:18:58 +02:00
xenapi_utils.h xenapi_utils: Adapt to enum cleanups 2014-06-03 09:18:58 +02:00