add global.ml

This commit is contained in:
swrup 2026-03-12 17:49:51 +01:00
parent b5d8065cb9
commit 4bbe4c842c
3 changed files with 38 additions and 30 deletions

7
src/env.ml Normal file
View 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;
}