summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/threeDirections.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/threeDirections.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/ok/threeDirections.ipdl13
1 files changed, 13 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/threeDirections.ipdl b/ipc/ipdl/test/ipdl/ok/threeDirections.ipdl
new file mode 100644
index 000000000..c06f9d56f
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/threeDirections.ipdl
@@ -0,0 +1,13 @@
+protocol threeDirections {
+
+ // sanity check that the three direction specifiers are being accepted
+child:
+ async ChildMsg();
+
+parent:
+ async ParentMsg();
+
+both:
+ async BothMsg();
+
+};