aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/include
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-07-13 04:39:16 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-07-13 04:39:16 +0000
commit5c604feb676da5397ef889d094eb819e80d78b61 (patch)
treec4ecf0e4fc62a300c6cb094b240edf1a17c6801d /sys/dev/hyperv/include
parentd74e22ed4a65cd38f54b453ad6f70b0cb4c6fe92 (diff)
Notes
Diffstat (limited to 'sys/dev/hyperv/include')
-rw-r--r--sys/dev/hyperv/include/hyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index 19880fc3aa28..b927a50eb8d8 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -632,6 +632,9 @@ typedef struct hv_vmbus_channel {
TAILQ_ENTRY(hv_vmbus_channel) ch_link;
uint32_t ch_subidx; /* subchan index */
+ struct hv_guid ch_guid_type;
+ struct hv_guid ch_guid_inst;
+
struct sysctl_ctx_list ch_sysctl_ctx;
} hv_vmbus_channel;