diff options
Diffstat (limited to 'usr/src/uts/common/sys/dld_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dld_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dld_impl.h b/usr/src/uts/common/sys/dld_impl.h index bd61db8dc4..356bd4dd1b 100644 --- a/usr/src/uts/common/sys/dld_impl.h +++ b/usr/src/uts/common/sys/dld_impl.h @@ -164,6 +164,11 @@ struct dld_str { dld_str_mode_t ds_mode; /* + * Native mode state. + */ + boolean_t ds_native; + + /* * IP polling is operational if this flag is set. */ boolean_t ds_polling; |