mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-14 02:41:34 +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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// The type of the option value passed to getsockopt & setsockopt
|
||||||
|
// differs between Windows and non-Windows.
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
typedef void* sockopt_arg_type;
|
typedef void* sockopt_arg_type;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user