[libvirt] [PATCH] Add missing virxdrdefs.h include to log_protocol

Daniel P. Berrange berrange at redhat.com
Tue Jan 12 15:18:50 UTC 2016


On Tue, Jan 12, 2016 at 06:16:17PM +0300, Roman Bogorodskiy wrote:
> Commit 2b6f6ad introduced the virxdrdefs.h header with
> common definitions to be included in the protocol files,
> but logging/log_protocol.x was missed, so add it there as well.
> 
> Hopefully this fixes build on OS X.
> ---
>  src/logging/log_protocol.x | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/logging/log_protocol.x b/src/logging/log_protocol.x
> index a07334f..b0ac31b 100644
> --- a/src/logging/log_protocol.x
> +++ b/src/logging/log_protocol.x
> @@ -2,6 +2,7 @@
>   */
>  
>  %#include "internal.h"
> +%#include "virxdrdefs.h"
>  
>  typedef opaque virLogManagerProtocolUUID[VIR_UUID_BUFLEN];
>

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list