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

2016-01-12 Thread Daniel P. Berrange
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. > --- >

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

2016-01-12 Thread Roman Bogorodskiy
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

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

2016-01-12 Thread Justin Clift
On 12 Jan 2016, at 15:45, Roman Bogorodskiy wrote: > Daniel P. Berrange wrote: >> 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, >>>

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

2016-01-12 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: > 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. > > > >