Skip to content

Commit

Permalink
Update on_port_host_tx_ready function in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
noaOrMlnx committed Nov 6, 2023
1 parent e75a987 commit 2f488eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/SwitchNotifications.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ namespace syncd
.on_switch_state_change = &Slot<context>::onSwitchStateChange,
.on_switch_shutdown_request = &Slot<context>::onSwitchShutdownRequest,
.on_fdb_event = &Slot<context>::onFdbEvent,
.on_port_host_tx_ready = &Slot<context>::onPortHostTxReady,
.on_port_state_change = &Slot<context>::onPortStateChange,
.on_packet_event = nullptr,
.on_queue_pfc_deadlock = &Slot<context>::onQueuePfcDeadlock,
Expand All @@ -103,6 +102,7 @@ namespace syncd
.on_ipsec_sa_status_change = nullptr,
.on_nat_event = &Slot<context>::onNatEvent,
.on_switch_asic_sdk_health_event = nullptr,
.on_port_host_tx_ready = &Slot<context>::onPortHostTxReady,
.on_twamp_session_event = nullptr,
}) { }

Expand Down

0 comments on commit 2f488eb

Please sign in to comment.