From 4fd5948e74b776b6d68ba55f558da5f354179e52 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 1 Jul 2010 00:29:17 +0200 Subject: socket: make various socket/pipe options configurable --- src/socket-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/socket-util.h') diff --git a/src/socket-util.h b/src/socket-util.h index ffcc86882f..ae311ea33a 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -68,6 +68,7 @@ int socket_address_listen( int backlog, SocketAddressBindIPv6Only only, const char *bind_to_device, + bool free_bind, mode_t directory_mode, mode_t socket_mode, int *ret); -- cgit v1.2.3-54-g00ecf