|
Linux Kernel
3.7.1
|
#include <hyperv_vmbus.h>
Data Fields | |
| union hv_connection_id | connectionid |
| u32 | reserved |
| enum hv_message_type | message_type |
| u32 | payload_size |
| u64 | payload [HV_MESSAGE_PAYLOAD_QWORD_COUNT] |
Definition at line 333 of file hyperv_vmbus.h.
| union hv_connection_id connectionid |
Definition at line 334 of file hyperv_vmbus.h.
| enum hv_message_type message_type |
Definition at line 336 of file hyperv_vmbus.h.
| u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT] |
Definition at line 338 of file hyperv_vmbus.h.
| u32 payload_size |
Definition at line 337 of file hyperv_vmbus.h.
| u32 reserved |
Definition at line 335 of file hyperv_vmbus.h.
1.8.2