summaryrefslogtreecommitdiff
path: root/vdagent-virtio-port.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-09-30 09:45:56 +0200
committerHans de Goede <hdegoede@redhat.com>2010-09-30 14:59:50 +0200
commit052e2259575eda2391bb6e895b428fc8c776940e (patch)
tree6b4f39ba97715c9d5f43844dcf212c9393d0806c /vdagent-virtio-port.c
parent8a4b92817ffaabcd8234432f9728fad582916f1f (diff)
client -> guest copy paste wip
Also make the grab_clipboard message argument a list of supported types, rather then assuming that the clipboard will always contain only one type.
Diffstat (limited to 'vdagent-virtio-port.c')
-rw-r--r--vdagent-virtio-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdagent-virtio-port.c b/vdagent-virtio-port.c
index 645aa32..a20fe68 100644
--- a/vdagent-virtio-port.c
+++ b/vdagent-virtio-port.c
@@ -138,7 +138,7 @@ int vdagent_virtio_port_write(
uint32_t port_nr,
uint32_t message_type,
uint32_t message_opaque,
- uint8_t *data,
+ const uint8_t *data,
uint32_t data_size)
{
struct vdagent_virtio_port_buf *wbuf, *new_wbuf;