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

Commit 304007e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add comment to the buffer_state_bit_."

parents 7653af45 16b42876
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -155,7 +155,12 @@ class BufferHubBase : public pdx::Client {
  // for logging and debugging purposes only and should not be used for lookup
  // or any other functional purpose as a security precaution.
  int id_;

  // Channel id.
  int cid_;

  // Client bit mask which indicates the locations of this client object in the
  // buffer_state_.
  uint64_t buffer_state_bit_{0ULL};
  IonBuffer buffer_;
  IonBuffer metadata_buffer_;