Skip to content

Commit

Permalink
clkmgr: Remove reserved fields.
Browse files Browse the repository at this point in the history
The structure size can increase without
 degrading backward comparability on client side.

Signed-off-by: Erez Geva <[email protected]>
  • Loading branch information
erezgeva authored and Lai Peter Jun Ann committed Dec 9, 2024
1 parent 13b1b90 commit c9c9785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clkmgr/common/types.m4
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ struct Nm(Event_state) {
bool as_capable; /**< IEEE 802.1AS capable */
bool gm_changed; /**< Primary clock UUID changed */
bool composite_event; /**< Composite event */
bool reserved[27]; /**< Reserved for future */
};

/**
Expand All @@ -89,7 +88,6 @@ struct Nm(Event_count) {
uint32_t as_capable_event_count; /**< IEEE 802.1AS capable */
uint32_t gm_changed_event_count; /**< Primary clock UUID changed */
uint32_t composite_event_count; /**< Composite event */
uint32_t reserved[27]; /**< Reserved for future */
};

ns_e()
Expand Down

0 comments on commit c9c9785

Please sign in to comment.