Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259466
b: refs/heads/master
c: f9f1db8
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 75f9069 commit fa19ab0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d7c75cd47e3850ad256c048f6e35e4a5cf8e1fd
refs/heads/master: f9f1db832b6d04303f443a7f941367355844678a
7 changes: 7 additions & 0 deletions trunk/drivers/staging/hv/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ struct vmbus_channel_msginfo {
unsigned char msg[0];
};

struct vmbus_close_msg {
struct vmbus_channel_msginfo info;
struct vmbus_channel_close_channel msg;
};

struct vmbus_channel {
struct list_head listentry;

Expand Down Expand Up @@ -601,6 +606,8 @@ struct vmbus_channel {
spinlock_t inbound_lock;
struct workqueue_struct *controlwq;

struct vmbus_close_msg close_msg;

/* Channel callback are invoked in this workqueue context */
/* HANDLE dataWorkQueue; */

Expand Down

0 comments on commit fa19ab0

Please sign in to comment.