Skip to content

Commit 1641039

Browse files
Iuriilguohan
Iurii
authored andcommitted
Fixed compilation after types/APIs renaming in SAI headers (opencomputeproject#218)
Signed-off-by: Iurii.Gordynskyi <[email protected]>
1 parent 3327bd4 commit 1641039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stub/src/stub_sai_host_interface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ sai_status_t stub_host_interface_name_set(_In_ const sai_object_key_t *key,
341341
return SAI_STATUS_SUCCESS;
342342
}
343343

344-
sai_status_t stub_set_host_interface_trap_attribute(_In_ sai_hostif_trap_id_t hostif_trapid,
344+
sai_status_t stub_set_host_interface_trap_attribute(_In_ sai_hostif_trap_type_t hostif_trapid,
345345
_In_ const sai_attribute_t *attr)
346346
{
347347
STUB_LOG_ENTER();

0 commit comments

Comments
 (0)