Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
darkgrey1554 committed Jan 30, 2025
1 parent 61569ef commit 68cf5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataplane/worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cWorker::cWorker(cDataPlane* dataPlane) :
ring_lowPriority(nullptr),
ring_toFreePackets(nullptr),
ring_log(nullptr),
roundRobinCounter(0),
roundRobinCounter(0),
packetsToSWNPRemainder(dataPlane->config.SWNormalPriorityRateLimitPerWorker)
{
}
Expand Down

0 comments on commit 68cf5fc

Please sign in to comment.