Changes between Version 4 and Version 5 of Ticket #406
- Timestamp:
- 09/01/2026 08:59:30 AM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #406 – Description
v4 v5 87 87 }}} 88 88 89 The pad1 and pad5 elements are missing, but the gap between channel_type and call_entry still exists, because the entry data type must be aligned on an even-word boundary; and the pad5 word does exist because the entire structure is aligned on a double-word boundary and is an even number of words in length. Coding standards require that all space within a public structure be explicitly declared. So I have added the pad1 elementto represent this hidden space in my proposal above.89 The pad1 and pad5 elements are missing, but the gap between channel_type and call_entry still exists, because the entry data type must be aligned on an even-word boundary; and the pad5 word does exist because the entire structure is aligned on a double-word boundary and is an even number of words in length. Coding standards require that all space within a public structure be explicitly declared. So I have added the pad1 and pad5 elements to represent this hidden space in my proposal above.
