chiark / gitweb /
socket: Set SO_REUSEPORT before bind()
[elogind.git] / src / shared / socket-util.h
index 538cf591743f52ab6208b7643a0a44f9f635cad6..6b0ce7836f599bd957c4bfd24c571da9caaa0234 100644 (file)
@@ -80,6 +80,7 @@ int socket_address_listen(
                 int backlog,
                 SocketAddressBindIPv6Only only,
                 const char *bind_to_device,
+                bool reuse_port,
                 bool free_bind,
                 bool transparent,
                 mode_t directory_mode,