Skip to content

Commit

Permalink
Correct the type of SAI_HA_SCOPE_ATTR_HA_SET_ID (#2068)
Browse files Browse the repository at this point in the history
[dashha] Correct SAI_HA_SCOPE_ATTR_HA_SET_ID type
  • Loading branch information
jimmyzhai committed Aug 21, 2024
1 parent 4b2e595 commit 6966b36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions experimental/saiexperimentaldashha.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ typedef enum _sai_ha_set_attr_t
} sai_ha_set_attr_t;

/**
* @brief Counter IDs for HA SET
* @brief Counter IDs for HA set
*/
typedef enum _sai_ha_set_stat_t
{
Expand Down Expand Up @@ -231,10 +231,11 @@ typedef enum _sai_ha_scope_attr_t
/**
* @brief Action parameter HA set id
*
* @type sai_uint16_t
* @type sai_object_id_t
* @flags CREATE_AND_SET
* @isvlan true
* @default 0
* @objects SAI_OBJECT_TYPE_HA_SET
* @allownull true
* @default SAI_NULL_OBJECT_ID
*/
SAI_HA_SCOPE_ATTR_HA_SET_ID = SAI_HA_SCOPE_ATTR_START,

Expand Down

0 comments on commit 6966b36

Please sign in to comment.