2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

make enum constant names agree with type name

This commit is contained in:
Bob Halley
1999-07-13 01:47:08 +00:00
parent e7af758752
commit 62252f8b2e

View File

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