summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PthreeDirections.ipdl
blob: 6474ca5d0db49e5fee41388be16516133af91d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[ChildProc=any]
protocol PthreeDirections {

    // sanity check that the three direction specifiers are being accepted
child:
    async ChildMsg();

parent:
    async ParentMsg();

both:
    async BothMsg();

};