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