diff options
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index dd92a854c700..1ca582457076 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -761,6 +761,9 @@ struct vmbus_channel { | |||
761 | * link up channels based on their CPU affinity. | 761 | * link up channels based on their CPU affinity. |
762 | */ | 762 | */ |
763 | struct list_head percpu_list; | 763 | struct list_head percpu_list; |
764 | |||
765 | int num_sc; | ||
766 | int next_oc; | ||
764 | }; | 767 | }; |
765 | 768 | ||
766 | static inline void set_channel_read_state(struct vmbus_channel *c, bool state) | 769 | static inline void set_channel_read_state(struct vmbus_channel *c, bool state) |