mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-14 23:29:56 +02:00
compat: document sockopt_arg_type definition
This commit is contained in:
parent
fb6db6fb0e
commit
3f1d2fb035
@ -85,6 +85,8 @@ typedef int32_t ssize_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// The type of the option value passed to getsockopt & setsockopt
|
||||
// differs between Windows and non-Windows.
|
||||
#ifndef WIN32
|
||||
typedef void* sockopt_arg_type;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user