2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Cleanup the struct isc_nmiface

In previous MR, I forgot to remove the `struct isc_nmiface`, this commit
rectifies that.
This commit is contained in:
Ondřej Surý
2021-05-26 09:55:10 +02:00
parent 5d325e952d
commit a227562f13

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,