Merge "tests IFoo: WithFmq is more complicated."

am: da1d79bf07

Change-Id: I2256aaad4016dc2ed6176bff8e9bf897f53b52ae
This commit is contained in:
Steven Moreland
2018-10-10 12:23:39 -07:00
committed by android-build-merger

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 {