Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324381
b: refs/heads/master
c: 1508d81
h: refs/heads/master
i:
  324379: 44b48b0
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 6d4ae47 commit 9ee4015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b47a81dcc5a806efb6d970608299129771588289
refs/heads/master: 1508d8111f0e965ebe06c32dc4d176750eb53c3a
8 changes: 4 additions & 4 deletions trunk/include/linux/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ struct vmtransfer_page_range {
struct vmtransfer_page_packet_header {
struct vmpacket_descriptor d;
u16 xfer_pageset_id;
bool sender_owns_set;
u8 sender_owns_set;
u8 reserved;
u32 range_cnt;
struct vmtransfer_page_range ranges[1];
Expand Down Expand Up @@ -641,7 +641,7 @@ struct vmbus_channel_query_vmbus_version {
/* VMBus Version Supported parameters */
struct vmbus_channel_version_supported {
struct vmbus_channel_message_header header;
bool version_supported;
u8 version_supported;
} __packed;

/* Offer Channel parameters */
Expand All @@ -650,7 +650,7 @@ struct vmbus_channel_offer_channel {
struct vmbus_channel_offer offer;
u32 child_relid;
u8 monitorid;
bool monitor_allocated;
u8 monitor_allocated;
} __packed;

/* Rescind Offer parameters */
Expand Down Expand Up @@ -786,7 +786,7 @@ struct vmbus_channel_initiate_contact {

struct vmbus_channel_version_response {
struct vmbus_channel_message_header header;
bool version_supported;
u8 version_supported;
} __packed;

enum vmbus_channel_state {
Expand Down

0 comments on commit 9ee4015

Please sign in to comment.