]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Cleanup the struct isc_nmiface
authorOndřej Surý <ondrej@sury.org>
Wed, 26 May 2021 07:55:10 +0000 (09:55 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 26 May 2021 07:55:10 +0000 (09:55 +0200)
In previous MR, I forgot to remove the `struct isc_nmiface`, this commit
rectifies that.

lib/isc/netmgr/netmgr-int.h

index 06c84362b2625a5cddb26675526e7316b797fe6a..dece53bfec3e6c790b20882cd28f460f56637010 100644 (file)
@@ -240,13 +240,6 @@ struct isc_nmhandle {
        char extra[];
 };
 
-/*
- * An interface - an address we can listen on.
- */
-struct isc_nmiface {
-       isc_sockaddr_t addr;
-};
-
 typedef enum isc__netievent_type {
        netievent_udpconnect,
        netievent_udpclose,