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

Commit da1d79bf authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "tests IFoo: WithFmq is more complicated."

parents f59720c6 bd5b4dc9
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 {