diff options
Diffstat (limited to 'usr/src/uts/common/sys/idm/idm_impl.h')
| -rw-r--r-- | usr/src/uts/common/sys/idm/idm_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/idm/idm_impl.h b/usr/src/uts/common/sys/idm/idm_impl.h index 9a407fcc35..c6d8a16101 100644 --- a/usr/src/uts/common/sys/idm/idm_impl.h +++ b/usr/src/uts/common/sys/idm/idm_impl.h @@ -421,6 +421,7 @@ typedef struct { idm_idpool_t idm_conn_id_pool; kmem_cache_t *idm_sotx_pdu_cache; kmem_cache_t *idm_sorx_pdu_cache; + kmem_cache_t *idm_so_128k_buf_cache; } idm_global_t; idm_global_t idm; /* Global state */ |
