diff options
Diffstat (limited to 'usr/src/uts/common/sys/overlay_target.h')
-rw-r--r-- | usr/src/uts/common/sys/overlay_target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/overlay_target.h b/usr/src/uts/common/sys/overlay_target.h index cae193c334..ae92ef3532 100644 --- a/usr/src/uts/common/sys/overlay_target.h +++ b/usr/src/uts/common/sys/overlay_target.h @@ -282,6 +282,7 @@ typedef struct overlay_targ_cache_iter { uint32_t otci_pad; uint64_t otci_marker; uint16_t otci_count; + uint8_t otci_pad2[3]; overlay_targ_cache_entry_t otci_ents[]; } overlay_targ_cache_iter_t; |