Cygwin: Create empty fhandler_socket_unix
* Make distinct from AF_LOCAL for testing purposes. This will have to be reverted as soon as fhandler_socket_unix goes life. * Move saw_reuseaddr flag back to fhandler_socket status Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -126,6 +126,9 @@ const _device dev_socket_storage =
|
||||
const _device dev_af_inet_storage =
|
||||
{"", {FH_INET}, "", exists_internal};
|
||||
|
||||
const _device dev_af_unix_storage =
|
||||
{"", {FH_UNIX}, "", exists_internal};
|
||||
|
||||
const _device dev_af_local_storage =
|
||||
{"", {FH_LOCAL}, "", exists_internal};
|
||||
|
||||
|
Reference in New Issue
Block a user