summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/tooWeakIntrSync.ipdl
blob: 4c3b61d0d9bd3e538cf1a88ec8015c822fd12320 (plain)
1
2
3
4
5
6
7
8
//error: message `Msg' requires more powerful send semantics than its protocol `tooWeakIntrSync' provides

sync protocol tooWeakIntrSync {

    // it's an error to declare a sync protocol with an interrupt message
parent:
  [LegacyIntr] intr Msg();
};