summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestPriority.ipdl
blob: edb98365b7ca089b2b5049985e50025fce0a1a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace mozilla {
namespace _ipdltest {

sync protocol PTestPriority {
parent:
    prio(high) async Msg1();
    prio(high) sync Msg2();

child:
    prio(high) async Msg3();
};

} // namespace _ipdltest
} // namespace mozilla