mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
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:
commit
da282bad6a
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue