On 01/06/14 18:50, Eric Blake wrote:
On 01/06/2014 09:40 AM, Peter Krempa wrote:
> The libvirt_internal.h header was included by the internal.h header.
> This made it painful to add new stuff to the header file that would
> require some more specific types. Remove inclusion by internal.h and add
> it to appropriate places manually.
> ---
> src/driver.h | 1 +
> src/internal.h | 2 --
> src/libxl/libxl_conf.h | 1 +
> src/lxc/lxc_conf.h | 1 +
> src/uml/uml_conf.h | 1 +
> 5 files changed, 4 insertions(+), 2 deletions(-)
ACK.
Pushed; Thanks.
Peter