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
/
host_socket.h
blob
37c88bfc351c1d50098af98e873d22634f2c2e4e
1
/* WinSock virtual hardware */
2
3
struct
SocketController
4
{
5
unsigned char
SocketIRQ
;
6
unsigned char
ResolverIRQ
;
7
void
*
SocketEvent
;
8
void
*
ResolverEvent
;
9
unsigned char
Command
;
10
};
11
12
#define SOCK_CMD_SHUTDOWN 0x01