summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl
blob: 53dfe9098fc8cdf6bcfdd0d70a51ca680cc14f80 (plain)
1
2
3
4
5
intr protocol PmessageCompress {
child:
    [Compress] async foo();
    [Compress=all] async bar();
};