diff options
Diffstat (limited to 'usr/src/uts/common/sys/dls_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dls_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dls_impl.h b/usr/src/uts/common/sys/dls_impl.h index 8bcc048dd2..7f0a4d9ac9 100644 --- a/usr/src/uts/common/sys/dls_impl.h +++ b/usr/src/uts/common/sys/dls_impl.h @@ -62,6 +62,7 @@ struct dls_link_s { /* Protected by */ zoneid_t dl_zid; uint_t dl_zone_ref; link_tagmode_t dl_tagmode; /* atomic */ + uint_t dl_nonip_cnt; /* SL */ }; typedef struct dls_head_s { |