ref: 8a788aea84aad3bfbd5b39d78c1925654f3b9e14
dir: /appl/collab/srvmgr.m/
Srvmgr: module { PATH: con "/dis/collab/srvmgr.dis"; Srvreq: adt { sname: string; id: string; pick { Acquire => uname: string; reply: chan of Srvreply; Release => } }; Srvreply: type ( string, # error string, # root path ref Sys->FD # styx fd ); init: fn(cfg: string): (string, chan of ref Srvreq); };