aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rpcify.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-03-22 15:05:07 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-03-22 15:05:07 -0400
commit2627ab6f5cfd96df06016a88b7e5a245e3ab9d8f (patch)
tree5a3c064007e7481a452bc60d9dfaeabebb515a53 /src/rpcify.sml
parent9e730b9a1aa4db311088a355e7e8601c6a998467 (diff)
First message send delivered, but not interpreted
Diffstat (limited to 'src/rpcify.sml')
-rw-r--r--src/rpcify.sml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rpcify.sml b/src/rpcify.sml
index f4db3444..1212b81e 100644
--- a/src/rpcify.sml
+++ b/src/rpcify.sml
@@ -50,7 +50,10 @@ val ssBasis = SS.addList (SS.empty,
["requestHeader",
"query",
"dml",
- "nextval"])
+ "nextval",
+ "new_channel",
+ "subscribe",
+ "send"])
val csBasis = SS.addList (SS.empty,
["source",