Merge branch '2721-shutdown-race-in-interfacemgr-cleanup' into 'main'

Cleanup the struct isc_nmiface

Closes #2721

See merge request isc-projects/bind9!5096
This commit is contained in:
Ondřej Surý 2021-05-26 08:00:25 +00:00
commit da282bad6a

View 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,