Re: [libvirt] [PATCHv2 3/5] remote: Provide RPC call for domainGetHostname

2012-07-18 Thread Daniel P. Berrange
On Sun, Jul 15, 2012 at 11:45:07PM +0200, Guido Günther wrote: --- src/remote/remote_driver.c |1 + src/remote/remote_protocol.x | 12 +++- src/remote_protocol-structs |8 3 files changed, 20 insertions(+), 1 deletion(-) diff --git

[libvirt] [PATCHv2 3/5] remote: Provide RPC call for domainGetHostname

2012-07-15 Thread Guido Günther
--- src/remote/remote_driver.c |1 + src/remote/remote_protocol.x | 12 +++- src/remote_protocol-structs |8 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 3314f80..5d1ce4d 100644 ---