Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
[deliverable/linux.git] / drivers / staging / hv / channel.c
index 455f47a891f17980a71d13b7f82ec00f89f27ae4..222adcc24c71d26f2fe34b83238017320ff50281 100644 (file)
@@ -81,10 +81,10 @@ void vmbus_get_debug_info(struct vmbus_channel *channel,
        debuginfo->relid = channel->offermsg.child_relid;
        debuginfo->state = channel->state;
        memcpy(&debuginfo->interfacetype,
-              &channel->offermsg.offer.if_type, sizeof(struct hv_guid));
+              &channel->offermsg.offer.if_type, sizeof(uuid_le));
        memcpy(&debuginfo->interface_instance,
               &channel->offermsg.offer.if_instance,
-              sizeof(struct hv_guid));
+              sizeof(uuid_le));
 
        monitorpage = (struct hv_monitor_page *)vmbus_connection.monitor_pages;
 
This page took 0.024552 seconds and 5 git commands to generate.