diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-19 13:22:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-19 13:22:31 +0200 |
commit | 6b6d2deecc246cf9780d31e1cd03a52aa5bfd9d2 (patch) | |
tree | 25e09967aebaa64850f072625c8f20a4221c1334 /src/socket-util.h | |
parent | 6ea832a20700f5282c08c70f38422c6ab290a0b5 (diff) |
socket: expose IP_TRANSPARENT
Diffstat (limited to 'src/socket-util.h')
-rw-r--r-- | src/socket-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket-util.h b/src/socket-util.h index 0e891ec2b2..8ccbd371cf 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -78,6 +78,7 @@ int socket_address_listen( SocketAddressBindIPv6Only only, const char *bind_to_device, bool free_bind, + bool transparent, mode_t directory_mode, mode_t socket_mode, const char *label, |