Skip to content

Commit

Permalink
Fix documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshmv committed Jul 10, 2024
1 parent a4256a0 commit 3b1e3c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/high-avail/ha-api-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ typedef enum _sai_ha_scope_event_t
/** Flow reconcile is needed */
SAI_HA_SCOPE_FLOW_RECONCILE_NEEDED,
/** DPU driven HA split brain detected */
SAI_HA_SCOPE_SPLIT_BRAIN_DETECTED,
} sai_ha_scope_event_t;
/**
Expand All @@ -316,7 +319,7 @@ typedef struct _sai_ha_scope_event_data_t
/** Flow version */
sai_uint32_t flow_version;
/** HA role */
/** HA state */
sai_dash_ha_state_t ha_state;
} sai_ha_scope_event_data_t;
Expand Down

0 comments on commit 3b1e3c4

Please sign in to comment.