From f1696a1dbdb19fc64a5cb0c9eb3a9d9d8dc574bd Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Thu, 12 May 2011 16:14:15 -0400 Subject: [PATCH] --- yaml --- r: 251258 b: refs/heads/master c: 41ca4d388560d2048c7b64ff5ca7dc3bac0d0812 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/xen/blkif.h | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4a39e587840d..14aee2483496 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4c348580e65c95d4b278bb6f154f622df12b893 +refs/heads/master: 41ca4d388560d2048c7b64ff5ca7dc3bac0d0812 diff --git a/trunk/include/xen/blkif.h b/trunk/include/xen/blkif.h index 6ed7c01253b2..3c9ca7a93ba4 100644 --- a/trunk/include/xen/blkif.h +++ b/trunk/include/xen/blkif.h @@ -72,9 +72,12 @@ struct blkif_x86_64_response { typedef struct blkif_x86_64_request blkif_x86_64_request_t; typedef struct blkif_x86_64_response blkif_x86_64_response_t; -DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, struct blkif_common_response); -DEFINE_RING_TYPES(blkif_x86_32, struct blkif_x86_32_request, struct blkif_x86_32_response); -DEFINE_RING_TYPES(blkif_x86_64, struct blkif_x86_64_request, struct blkif_x86_64_response); +DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, + struct blkif_common_response); +DEFINE_RING_TYPES(blkif_x86_32, struct blkif_x86_32_request, + struct blkif_x86_32_response); +DEFINE_RING_TYPES(blkif_x86_64, struct blkif_x86_64_request, + struct blkif_x86_64_response); union blkif_back_rings { struct blkif_back_ring native;