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

Commit 302f9b12 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

am: 87aaf04a

Change-Id: I9bbbdc0e4ad1e3e48942368bcc1d0c764e62dfd7
parents 1504fa19 87aaf04a
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 {