Skip to content

Commit

Permalink
Update event notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Mar 26, 2024
1 parent 84ee3c3 commit 8ac0287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/SAI
Submodule SAI updated 201 files
23 changes: 6 additions & 17 deletions documentation/high-avail/ha-api-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,8 @@ typedef struct _sai_ha_set_event_data_t
/** HA set id */
sai_object_id_t ha_set_id;

/** Attributes count */
uint32_t attr_count;

/**
* @brief Attributes
*
* @objects SAI_OBJECT_TYPE_HA_SET
*/
sai_attribute_t *attr;
/** Is data plane channel alive from data plane channel probing */
bool dp_channel_is_alive;

} sai_ha_set_event_data_t;

Expand Down Expand Up @@ -273,15 +266,11 @@ typedef struct _sai_ha_scope_event_data_t
/** HA scope id */
sai_object_id_t ha_scope_id;
/** Attributes count */
uint32_t attr_count;
/** HA role */
sai_dash_ha_role_t ha_role;
/**
* @brief Attributes
*
* @objects SAI_OBJECT_TYPE_HA_SCOPE
*/
sai_attribute_t *attr;
/** Flow version */
sai_uint32_t flow_version;
} sai_ha_scope_event_data_t;
Expand Down

0 comments on commit 8ac0287

Please sign in to comment.