summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PsyncProtocol.ipdl
blob: 377671b2d62fb5b42dd127aaff4b967b3fd15cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
sync protocol PsyncProtocol {

    // sanity check of sync protocols

child:
    async AsyncMsg();

parent:
    sync SyncMsg() returns (int i);

};