[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Initialise the request ID in xs_talkv, to silence valgrind. We're not actually
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID e710b125b4cfbe4a36cd18ff61e61b54a93c1335 # Parent 34d9095e79e3b2be96c5f811ffa5b9992cce9bf4 Initialise the request ID in xs_talkv, to silence valgrind. We're not actually using this value at the moment -- it's only there for use by future clients. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 34d9095e79e3 -r e710b125b4cf linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Thu Nov 17 19:17:50 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Thu Nov 17 19:20:44 2005 @@ -199,6 +199,7 @@ int err; msg.tx_id = (u32)(unsigned long)t; + msg.req_id = 0; msg.type = type; msg.len = 0; for (i = 0; i < num_vecs; i++) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |