repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
all-mingw32
/
bsdsocket
/
socket_intern.h
blob
8a5e5278aa82f261af30ab69a8b4fc433709817a
1
struct
Socket
2
{
3
struct
MinNode n
;
/* Node */
4
unsigned int
s
;
/* WinSock socket number */
5
ULONG flags
;
/* Flags, see below */
6
};
7
8
#define SOF_NBIO 0x0001
/* Non-blocking mode */