
On 06/13/2011 04:56 PM, Daniel P. Berrange wrote:
On Tue, Jun 07, 2011 at 05:11:15PM +0800, Lai Jiangshan wrote:
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> --- src/remote/remote_driver.c | 1 + src/remote/remote_protocol.x | 16 +++++++++++++++- src/remote_protocol-structs | 11 +++++++++++ 3 files changed, 27 insertions(+), 1 deletions(-)
+/* + * Max number of sending keycodes. + */ +const REMOTE_SEND_KEY_MAX = 16;
Should call this REMOTE_DOMAIN_SEND_KEY_MAX really
ACK with the minor constant rename.
I rebased this and made that name change, fixed the fallout from 'make check' (remote_protocol-structs uses 'u_int', not 'unsigned int', due to the way pdwtags works, and your whitespace was off; but you only notice that if you have the dwarves package installed), and pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org