mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
make enum constant names agree with type name
This commit is contained in:
@@ -119,8 +119,8 @@ typedef struct isc_socket_connev {
|
|||||||
#define ISC_SOCKEVENT_INTR (ISC_EVENTCLASS_SOCKET + 261)
|
#define ISC_SOCKEVENT_INTR (ISC_EVENTCLASS_SOCKET + 261)
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
isc_socket_udp = 1,
|
isc_sockettype_udp = 1,
|
||||||
isc_socket_tcp = 2
|
isc_sockettype_tcp = 2
|
||||||
} isc_sockettype_t;
|
} isc_sockettype_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user