diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index e4a70f8957..990da72292 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -119,8 +119,8 @@ typedef struct isc_socket_connev { #define ISC_SOCKEVENT_INTR (ISC_EVENTCLASS_SOCKET + 261) typedef enum { - isc_socket_udp = 1, - isc_socket_tcp = 2 + isc_sockettype_udp = 1, + isc_sockettype_tcp = 2 } isc_sockettype_t; /*