More comments on SDH_INDEX_DATA's reserved_II field

edge.strict_endians
szaka 2005-11-16 00:17:53 +00:00
parent 1b856b5451
commit 94e1647414
1 changed files with 2 additions and 1 deletions

View File

@ -1913,7 +1913,8 @@ typedef struct {
u32 security_id; /* The security_id assigned to the descriptor. */
u64 offset; /* Byte offset of this entry in the $SDS stream. */
u32 length; /* Size in bytes of this entry in $SDS stream. */
u32 reserved_II; /* Padding - always unicode "II". */
u32 reserved_II; /* Padding - always unicode "II" or zero. This field
isn't counted in INDEX_ENTRY's data_length. */
} __attribute__((__packed__)) SDH_INDEX_DATA;
/**