summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PDelete.ipdl
blob: 006c73dc0dc7b8506b9a6ab1a4c3bc04dcbcc647 (plain)
1
2
3
4
5
6
7
8
9
include protocol PDeleteSub;

[ChildProc=any]
sync protocol PDelete {
    manages PDeleteSub;

child:
    async PDeleteSub();
};