Loading tests/foo/1.0/IFoo.hal +8 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,14 @@ interface IFoo { }; struct WithFmq { struct ScatterGather { fmq_sync<uint8_t> descSync; } scatterGathered; struct ContainsPointer { fmq_sync<uint8_t> descSync; interface foo; } containsPointer; }; enum Discriminator : uint8_t { Loading Loading
tests/foo/1.0/IFoo.hal +8 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,14 @@ interface IFoo { }; struct WithFmq { struct ScatterGather { fmq_sync<uint8_t> descSync; } scatterGathered; struct ContainsPointer { fmq_sync<uint8_t> descSync; interface foo; } containsPointer; }; enum Discriminator : uint8_t { Loading