summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl b/ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl
new file mode 100644
index 0000000000..7e14c888dd
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/PmessageCompress.ipdl
@@ -0,0 +1,6 @@
+[ChildProc=any]
+intr protocol PmessageCompress {
+child:
+ [Compress] async foo();
+ [Compress=all] async bar();
+};