Skip to content

Commit d5f09b2

Browse files
authored
Fix typo in rxMbufAllocFailed variable name
1 parent 20a6b47 commit d5f09b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pcap++/src/DpdkDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ namespace pcpp
829829
stats.devId = m_Id;
830830
stats.timestamp = timestamp;
831831
stats.rxErroneousPackets = rteStats.ierrors;
832-
stats.rxMbufAlocFailed = rteStats.rx_nombuf;
832+
stats.rxMbufAllocFailed = rteStats.rx_nombuf;
833833
stats.rxPacketsDroppedByHW = rteStats.imissed;
834834
stats.aggregatedRxStats.packets = rteStats.ipackets;
835835
stats.aggregatedRxStats.bytes = rteStats.ibytes;

0 commit comments

Comments
 (0)