Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0edb906e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "tests IFoo: WithFmq is more complicated."

am: da1d79bf

Change-Id: I2256aaad4016dc2ed6176bff8e9bf897f53b52ae
parents 944d14c4 da1d79bf
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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 {