Re: [libvirt] [PATCH 07/10] send-key: Implementing the public API

2011-06-14 Thread Eric Blake
On 06/13/2011 04:55 PM, Daniel P. Berrange wrote: +++ b/src/libvirt.c @@ -26,6 +26,8 @@ #include libxml/uri.h #include getpass.h +#include libvirt/virtkeys.h + If we move the enum/#define into libvirt.h, this extra include won't be needed (at least not for this file) /** + *

Re: [libvirt] [PATCH 07/10] send-key: Implementing the public API

2011-06-13 Thread Daniel P. Berrange
On Tue, Jun 07, 2011 at 05:11:14PM +0800, Lai Jiangshan wrote: Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- src/libvirt.c | 63 + 1 files changed, 63 insertions(+), 0 deletions(-) diff --git a/src/libvirt.c

[libvirt] [PATCH 07/10] send-key: Implementing the public API

2011-06-07 Thread Lai Jiangshan
Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- src/libvirt.c | 63 + 1 files changed, 63 insertions(+), 0 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index cbe1926..112f690 100644 --- a/src/libvirt.c +++ b/src/libvirt.c