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
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
bsdsocket
/
api
/
miami_api.h
blob
c202b4037a1a42542113c1d0a4b0fcfb4b708647
1
struct
MiamiBase
{
2
struct
Library Lib
;
3
struct
SocketBase
*
_SocketBase
;
4
struct
Library
*
_UserGroupBase
;
5
UBYTE DynNameServ_Locked
;
6
UBYTE DynDomain_Locked
;
7
};
8