Skip to content

Commit

Permalink
[cru] s/getLinkEnabled/isLinkEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kostorr committed Sep 20, 2021
1 parent a34d2bd commit 1a14af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cru/CruBar.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Cru::PacketMonitoringInfo CruBar::monitorPackets()
forced = datapathWrapper.getForcedPackets(uLLink);
linkPacketInfoMap.insert({ 15, { accepted, rejected, forced } });

bool userLogicEnabled = datapathWrapper.getLinkEnabled(uLLink);
bool userLogicEnabled = datapathWrapper.isLinkEnabled(uLLink);

// Insert links 0-11
std::map<int, Link> linkMap = initializeLinkMap();
Expand Down

0 comments on commit 1a14af2

Please sign in to comment.