Re: [libvirt] [PATCH 08/13] send-key: Implementing the remote protocol

2011-05-25 Thread Matthias Bolte
2011/5/25 Lai Jiangshan : > Signed-off-by: Lai Jiangshan > --- >  src/remote/remote_driver.c   |    1 + >  src/remote/remote_protocol.x |   19 ++- >  src/remote_protocol-structs  |   11 +++ >  3 files changed, 30 insertions(+), 1 deletions(-) > > diff --git a/src/remote/rem

[libvirt] [PATCH 08/13] send-key: Implementing the remote protocol

2011-05-25 Thread Lai Jiangshan
Signed-off-by: Lai Jiangshan --- src/remote/remote_driver.c |1 + src/remote/remote_protocol.x | 19 ++- src/remote_protocol-structs | 11 +++ 3 files changed, 30 insertions(+), 1 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c