summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmultiManager2.ipdl
blob: b8295fd057226dba0de784e4f096a3b8017e9952 (plain)
1
2
3
4
5
6
7
8
9
include protocol PmultiManaged;

[ChildProc=any]
protocol PmultiManager2 {
    manages PmultiManaged;

child:
    async PmultiManaged();
};