From: Arne Schwabe Date: Thu, 1 Apr 2021 13:13:30 +0000 (+0200) Subject: Remove unused field txqueuelen from struct tuntap X-Git-Tag: v2.6_beta1~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3667df1d668420374d91607685b67a0efbcee328;p=thirdparty%2Fopenvpn.git Remove unused field txqueuelen from struct tuntap The code uses tuntap->options.txqueuelen instead. Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20210401131337.3684-8-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21947.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h index 7e8fb7647..60ebfdcba 100644 --- a/src/openvpn/tun.h +++ b/src/openvpn/tun.h @@ -165,9 +165,6 @@ struct tuntap char *actual_name; /* actual name of TUN/TAP dev, usually including unit number */ - /* number of TX buffers */ - int txqueuelen; - /* ifconfig parameters */ in_addr_t local; in_addr_t remote_netmask;