summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/klm/nlm_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/klm/nlm_impl.h')
-rw-r--r--usr/src/uts/common/klm/nlm_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/klm/nlm_impl.h b/usr/src/uts/common/klm/nlm_impl.h
index 2ac711f3c7..84c6d47075 100644
--- a/usr/src/uts/common/klm/nlm_impl.h
+++ b/usr/src/uts/common/klm/nlm_impl.h
@@ -460,7 +460,7 @@ struct nlm_globals {
int cn_idle_tmo; /* (z) */
int grace_period; /* (z) */
int retrans_tmo; /* (z) */
- boolean_t nlm_v4_only; /* (z) */
+ zoneid_t nlm_zoneid; /* (c) */
kmutex_t clean_lock; /* (c) */
TAILQ_ENTRY(nlm_globals) nlm_link; /* (g) */
};