Skip to content

Commit fcb475e

Browse files
authored
Add SAI_HASH_ALGORITHM_END to sai_hash_algorithm_t enum.
1 parent 4b4347b commit fcb475e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inc/saiswitch.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ typedef enum _sai_hash_algorithm_t
220220
/** Upper 16 bits of Jenkins hash algorithm */
221221
SAI_HASH_ALGORITHM_JENKINS_HI = 10,
222222

223+
/** End of hash algorithms */
224+
SAI_HASH_ALGORITHM_END
223225
} sai_hash_algorithm_t;
224226

225227
/**

0 commit comments

Comments
 (0)