Changes between Version 4 and Version 5 of Ticket #406


Ignore:
Timestamp:
09/01/2026 08:59:30 AM (4 days ago)
Author:
Gary Dixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #406 – Description

    v4 v5  
    8787}}}
    8888
    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 element to represent this hidden space in my proposal above.
     89The 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.