add global.ml
This commit is contained in:
parent
b5d8065cb9
commit
4bbe4c842c
3 changed files with 38 additions and 30 deletions
7
src/env.ml
Normal file
7
src/env.ml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
type t = {
|
||||
sw: Caqti_miou.Switch.t;
|
||||
stack: Mnet.stack;
|
||||
tcp: Mnet.TCP.state;
|
||||
dns: Mnet_dns.t;
|
||||
fs: Fat.t;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue