blob: dcb428f8cafeb511bc20795e6e97e85be178a232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-rip_output.hh,v 1.1 2020/04/17 00:20:45 joerg Exp $
--- rip/output.hh.orig 2020-04-16 15:12:16.319176979 +0000
+++ rip/output.hh
@@ -93,7 +93,7 @@ public:
/**
* Get number of packets placed on packet queue for output.
*/
- void packets_sent() const { return _pkts_out; }
+ void packets_sent() const { return; }
protected:
/**
|