Skip to content

Use mutex reference in lock constructors p5#41939

Merged
KBaichoo merged 1 commit intoenvoyproxy:mainfrom
adisuissa:mutex_lock_update2
Nov 11, 2025
Merged

Use mutex reference in lock constructors p5#41939
KBaichoo merged 1 commit intoenvoyproxy:mainfrom
adisuissa:mutex_lock_update2

Conversation

@adisuissa
Copy link
Copy Markdown
Contributor

Replace deprecated absl::MutexLock::MutexLock(Mutex*) constructor with absl::MutexLock::MutexLock(Mutex&)

Additional Description: needed due to upcoming absl change.
Similar to #41208.

Risk Level: low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

Signed-off-by: Adi Suissa-Peleg <adip@google.com>
@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #41939 was opened by adisuissa.

see: more, trace.

@adisuissa
Copy link
Copy Markdown
Contributor Author

/assign @KBaichoo

@KBaichoo KBaichoo merged commit 0c2829d into envoyproxy:main Nov 11, 2025
24 checks passed
grnmeira pushed a commit to grnmeira/envoy that referenced this pull request Mar 20, 2026
Replace deprecated absl::MutexLock::MutexLock(Mutex*) constructor with
absl::MutexLock::MutexLock(Mutex&)

Additional Description: needed due to upcoming absl change.
Similar to envoyproxy#41208.

Signed-off-by: Adi Suissa-Peleg <adip@google.com>
Signed-off-by: Gustavo <grnmeira@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants