2010/1/17 Daniel P. Berrange <berrange(a)redhat.com>:
On Fri, Jan 15, 2010 at 04:35:06PM +0100, Matthias Bolte wrote:
> This stops libvirt from probing for a libvirtd on the ESX server and
> sets the base for the implementation of the secondary drivers.
> ---
[...]
> +#endif /* __ESX_STORAGE_DRIVER_H__ */
ACK definitely don't want it falling back to the libvirtd impl for these
Dainel
Thanks, pushed,
I made a slight modification and moved the esxPrivate struct from
esx_driver.h to esx_private.h. This way it isn't exposed in places
where esx_driver.h is included in order to call esxRegister.
Matthias