summaryrefslogtreecommitdiff
path: root/module/styxflush.m
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-12-27 12:25:32 +0000
committerCharles.Forsyth <devnull@localhost>2007-12-27 12:25:32 +0000
commitb43c1ca5eb5fc65b93ae935a568432712797b049 (patch)
tree512e88b4fcf815e911ff4eab8f850427b93f9afa /module/styxflush.m
parent45a14cc6b60b02e58eb1b271508ccc2fa3c52b8f (diff)
20071227-1230
Diffstat (limited to 'module/styxflush.m')
-rw-r--r--module/styxflush.m7
1 files changed, 7 insertions, 0 deletions
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;
+};