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

Commit c77d44c0 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am a1212578: Merge change 24947 into eclair

Merge commit 'a1212578bfd11bd391c686c82c18b21b4a3a69b4' into eclair-plus-aosp

* commit 'a1212578bfd11bd391c686c82c18b21b4a3a69b4':
  make sure to update the tail pointer when undoing a dequeue
parents 8d1923fa 85cca02e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -229,6 +229,8 @@ private:
    friend struct DequeueCondition;
    friend struct LockCondition;
    
    int32_t computeTail() const;

    struct QueueUpdate : public UpdateBase {
        inline QueueUpdate(SharedBufferBase* sbb);
        inline ssize_t operator()();