summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl b/ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl
new file mode 100644
index 0000000000..ec38412422
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/PmultiManager1.ipdl
@@ -0,0 +1,9 @@
+include protocol PmultiManaged;
+
+[ChildProc=any]
+protocol PmultiManager1 {
+ manages PmultiManaged;
+
+child:
+ async PmultiManaged();
+};