xref: /inferno-os/module/styxflush.m (revision b43c1ca5eb5fc65b93ae935a568432712797b049)
1Styxflush: module {
2	PATH: con "/dis/lib/styxflush.dis";
3	Einterrupted: con "interrupted";
4	init: fn();
5	tmsg: fn(m: ref Styx->Tmsg, flushc: chan of (int, chan of int), reply: chan of ref Styx->Rmsg): (int, ref Styx->Rmsg);
6	rmsg: fn(m: ref Styx->Rmsg): int;
7};
8