diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
| commit | 54041ca415f1fdfa1c3dcd82d524223cfa890940 (patch) | |
| tree | 61b7d29f9df1ade1b3cb5ad859f53fecead5e356 /appl/lib/styxconv/ostyx.m | |
| parent | 1d6f6b43a0f31b37b3302fc0d627c904c381f3d1 (diff) | |
20091204
Diffstat (limited to 'appl/lib/styxconv/ostyx.m')
| -rw-r--r-- | appl/lib/styxconv/ostyx.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appl/lib/styxconv/ostyx.m b/appl/lib/styxconv/ostyx.m index de99d65a..82d94d15 100644 --- a/appl/lib/styxconv/ostyx.m +++ b/appl/lib/styxconv/ostyx.m @@ -24,6 +24,7 @@ OStyx: module devclone: fn(srv: self ref Styxserver, m: ref OTmsg.Clone): ref Chan; }; + init: fn(); d2tmsg: fn(d: array of byte): (int, ref OTmsg); d2rmsg: fn(d: array of byte): (int, ref ORmsg); tmsg2d: fn(gm: ref OTmsg, d: array of byte): int; @@ -69,6 +70,7 @@ OStyx: module fid: int; uname, aname: string; } + read: fn(fd: ref Sys->FD): ref OTmsg; }; ORmsg: adt { @@ -99,7 +101,7 @@ OStyx: module stat: OSys->Dir; } - read: fn(fd: ref Sys->FD, msize: int): ref ORmsg; + read: fn(fd: ref Sys->FD): ref ORmsg; }; MAXRPC: con 128 + OSys->ATOMICIO; |
