Linux Kernel
3.7.1
|
#include <hyperv_vmbus.h>
Data Fields | |
enum hv_port_type | port_type |
u32 | padding |
union { | |
struct { | |
u64 rsvdz | |
} message_connection_info | |
struct { | |
u64 rsvdz | |
} event_connection_info | |
struct { | |
u64 monitor_address | |
} monitor_connection_info | |
}; | |
Definition at line 153 of file hyperv_vmbus.h.
union { ... } |
struct { ... } event_connection_info |
struct { ... } message_connection_info |
u64 monitor_address |
Definition at line 164 of file hyperv_vmbus.h.
struct { ... } monitor_connection_info |
u32 padding |
Definition at line 155 of file hyperv_vmbus.h.
enum hv_port_type port_type |
Definition at line 154 of file hyperv_vmbus.h.
u64 rsvdz |
Definition at line 158 of file hyperv_vmbus.h.