2
0
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:
Bob Halley
1999-07-10 01:05:54 +00:00
parent b7fe872457
commit f26747f494
3 changed files with 8 additions and 14 deletions

View File

@@ -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;