Skip to content

Commit

Permalink
❌ test build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Mar 9, 2024
1 parent b1c1e6c commit 929b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfa_random.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using SimulationQueue = FRRQueue<CongestionPolicy, FRRPolicy>;

void toggleCongestion(Ptr<SimulationQueue> queue)
{
queue->m_congestionPolicy.turnOff();
queue->m_congestionPolicy.turnOff(;
}

NS_OBJECT_ENSURE_REGISTERED(SimulationQueue);
Expand Down

0 comments on commit 929b577

Please sign in to comment.