Skip to content

Commit 3bbdd41

Browse files
committed
Add SAI_HASH_ALGORITHM_END to sai_hash_algorithm_t enum.
Signed-off-by: Abhishek Verma <abhve@google.com>
1 parent 4b4347b commit 3bbdd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)