We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636c212 commit b140864Copy full SHA for b140864
inc/sainexthopgroup.h
@@ -199,6 +199,7 @@ typedef sai_status_t (*sai_get_next_hop_group_attribute_fn)(
199
*/
200
typedef sai_status_t (*sai_create_next_hop_group_member_fn)(
201
_Out_ sai_object_id_t* next_hop_group_member_id,
202
+ _In_ sai_object_id_t switch_id,
203
_In_ uint32_t attr_count,
204
_In_ const sai_attribute_t *attr_list
205
);
0 commit comments