mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
event tags are now void *
This commit is contained in:
@@ -412,7 +412,7 @@ allocate_socket(isc_socketmgr_t *manager, isc_sockettype_t type,
|
||||
* Initialize readable event
|
||||
*/
|
||||
ISC_EVENT_INIT(&sock->readable_ev, sizeof(intev_t),
|
||||
ISC_EVENTATTR_NOPURGE, 0, ISC_SOCKEVENT_INTR,
|
||||
ISC_EVENTATTR_NOPURGE, NULL, ISC_SOCKEVENT_INTR,
|
||||
NULL, sock, sock, NULL, NULL);
|
||||
|
||||
sock->magic = SOCKET_MAGIC;
|
||||
|
Reference in New Issue
Block a user