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

Commit 87aaf04a authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "tests IFoo: WithFmq is more complicated." am: da1d79bf

am: 0edb906e

Change-Id: Ieab8dc0b936b7b0d7e4215d769ef3b467adab6bc
parents 5dc6f376 0edb906e
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 {