Merge "tests IFoo: WithFmq is more complicated."

This commit is contained in:
Steven Moreland
2018-10-10 19:03:51 +00:00
committed by Gerrit Code Review

View File

@@ -122,7 +122,14 @@ interface IFoo {
};
struct WithFmq {
fmq_sync<uint8_t> descSync;
struct ScatterGather {
fmq_sync<uint8_t> descSync;
} scatterGathered;
struct ContainsPointer {
fmq_sync<uint8_t> descSync;
interface foo;
} containsPointer;
};
enum Discriminator : uint8_t {