summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/Pmaybe_OfActors.ipdl
blob: 430faa9ae76bf935fb7f6efa151b0b37841bc97c (plain)
1
2
3
4
5
6
7
8
9
10
include protocol Pmaybe_OfActorsSub;

protocol Pmaybe_OfActors {
    manages Pmaybe_OfActorsSub;

child:
    async Msg(Pmaybe_OfActorsSub? p);

    async Pmaybe_OfActorsSub();
};