diff --git a/syncd/SwitchNotifications.h b/syncd/SwitchNotifications.h index 013ba60d0..f289936ed 100644 --- a/syncd/SwitchNotifications.h +++ b/syncd/SwitchNotifications.h @@ -94,7 +94,6 @@ namespace syncd .on_switch_state_change = &Slot::onSwitchStateChange, .on_switch_shutdown_request = &Slot::onSwitchShutdownRequest, .on_fdb_event = &Slot::onFdbEvent, - .on_port_host_tx_ready = &Slot::onPortHostTxReady, .on_port_state_change = &Slot::onPortStateChange, .on_packet_event = nullptr, .on_queue_pfc_deadlock = &Slot::onQueuePfcDeadlock, @@ -103,6 +102,7 @@ namespace syncd .on_ipsec_sa_status_change = nullptr, .on_nat_event = &Slot::onNatEvent, .on_switch_asic_sdk_health_event = nullptr, + .on_port_host_tx_ready = &Slot::onPortHostTxReady, .on_twamp_session_event = nullptr, }) { }