]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove unused field txqueuelen from struct tuntap
authorArne Schwabe <arne@rfc2549.org>
Thu, 1 Apr 2021 13:13:30 +0000 (15:13 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 1 Apr 2021 13:45:39 +0000 (15:45 +0200)
The code uses tuntap->options.txqueuelen instead.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/tun.h

index 7e8fb76478269e2ea9a4dfae79a1c73842961a42..60ebfdcbaef73e1479ce83cffd8cf2c9e1541fee 100644 (file)
@@ -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;