2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Refactor ISC_SOCKET_* defines into an isc_socket_options_t enum

This commit is contained in:
Ondřej Surý
2018-03-17 11:01:39 +00:00
parent 01f8e5dbb8
commit c2f42583c0
4 changed files with 17 additions and 10 deletions

View File

@@ -3238,7 +3238,8 @@ isc__socket_sendto2(isc_socket_t *sock, isc_region_t *region, isc_task_t *task,
isc_result_t
isc__socket_bind(isc_socket_t *sock, const isc_sockaddr_t *sockaddr,
unsigned int options) {
isc_socket_options_t options)
{
int bind_errno;
char strbuf[ISC_STRERRORSIZE];
int on = 1;