summaryrefslogtreecommitdiff
path: root/module/styxflush.m
blob: 0dbb650eb637a41b0ce89247b73e77ecabee9156 (plain)
1
2
3
4
5
6
7
Styxflush: module {
	PATH: con "/dis/lib/styxflush.dis";
	Einterrupted: con "interrupted";
	init: fn();
	tmsg: fn(m: ref Styx->Tmsg, flushc: chan of (int, chan of int), reply: chan of ref Styx->Rmsg): (int, ref Styx->Rmsg);
	rmsg: fn(m: ref Styx->Rmsg): int;
};