summaryrefslogtreecommitdiff
path: root/src/socket-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-01 00:29:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-01 00:29:17 +0200
commit4fd5948e74b776b6d68ba55f558da5f354179e52 (patch)
tree0bb54d1f5ac17f1de19e71357bd39e595732190c /src/socket-util.h
parent6398320759ce4ed84922bb28f715d3c6c66166c4 (diff)
socket: make various socket/pipe options configurable
Diffstat (limited to 'src/socket-util.h')
-rw-r--r--src/socket-util.h1
1 files changed, 1 insertions, 0 deletions
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);