Skip to content

Commit b140864

Browse files
itaibazlguohan
authored andcommitted
Add missing switch ID to next hop group member (#424)
1 parent 636c212 commit b140864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/sainexthopgroup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ typedef sai_status_t (*sai_get_next_hop_group_attribute_fn)(
199199
*/
200200
typedef sai_status_t (*sai_create_next_hop_group_member_fn)(
201201
_Out_ sai_object_id_t* next_hop_group_member_id,
202+
_In_ sai_object_id_t switch_id,
202203
_In_ uint32_t attr_count,
203204
_In_ const sai_attribute_t *attr_list
204205
);

0 commit comments

Comments
 (0)