summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/hyperv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index ea6b5586ad77..f3e97c5f94c9 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -719,6 +719,10 @@ struct vmbus_channel {
719 719
720 struct vmbus_close_msg close_msg; 720 struct vmbus_close_msg close_msg;
721 721
722 /* Statistics */
723 u64 interrupts; /* Host to Guest interrupts */
724 u64 sig_events; /* Guest to Host events */
725
722 /* Channel callback's invoked in softirq context */ 726 /* Channel callback's invoked in softirq context */
723 struct tasklet_struct callback_event; 727 struct tasklet_struct callback_event;
724 void (*onchannel_callback)(void *context); 728 void (*onchannel_callback)(void *context);