diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-13 09:28:46 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-07-13 09:28:46 +0000 |
| commit | 8c8cf3f2e20ae72eeacbb6ce159602052d06dbf1 (patch) | |
| tree | ba0c1d0662898fd6a2cb04ab6a5ddfed17731347 /sys/dev/hyperv/include/hyperv.h | |
| parent | 562d480b7d140b0caf9cb472634f31c06291ce0e (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv/include/hyperv.h')
| -rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index 2b345cc2bf98..9214ff56d6b3 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -523,12 +523,13 @@ typedef struct hv_vmbus_channel { hv_vmbus_channel_state state; uint32_t ch_flags; /* VMBUS_CHAN_FLAG_ */ uint32_t ch_id; /* channel id */ + /* * These are based on the offer_msg.monitor_id. * Save it here for easy access. */ - uint8_t monitor_group; - uint8_t monitor_bit; + int ch_montrig_idx; /* MNF trig index */ + uint32_t ch_montrig_mask;/* MNF trig mask */ uint32_t ring_buffer_gpadl_handle; /* |
