From b43c1ca5eb5fc65b93ae935a568432712797b049 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 27 Dec 2007 12:25:32 +0000 Subject: 20071227-1230 --- module/styxflush.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 module/styxflush.m (limited to 'module') diff --git a/module/styxflush.m b/module/styxflush.m new file mode 100644 index 00000000..0dbb650e --- /dev/null +++ b/module/styxflush.m @@ -0,0 +1,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; +}; -- cgit v1.2.3