diff options
Diffstat (limited to 'usr/src/uts/common/sys/fcoe/fcoe_common.h')
-rw-r--r-- | usr/src/uts/common/sys/fcoe/fcoe_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fcoe/fcoe_common.h b/usr/src/uts/common/sys/fcoe/fcoe_common.h index bad3c5a133..c59554c2e7 100644 --- a/usr/src/uts/common/sys/fcoe/fcoe_common.h +++ b/usr/src/uts/common/sys/fcoe/fcoe_common.h @@ -156,7 +156,7 @@ typedef struct fcoe_client { uint32_t ect_eport_flags; uint32_t ect_max_fc_frame_size; uint32_t ect_private_frame_struct_size; - char ect_channel_name[32]; + uint32_t ect_channelid; void *ect_client_port_struct; void (*ect_rx_frame)(fcoe_frame_t *frame); void (*ect_port_event)(fcoe_port_t *eport, uint32_t event); |