Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: split thread_local_object.h and overload_manager.h #13999

Merged
merged 2 commits into from
Nov 12, 2020

Conversation

akonradi
Copy link
Contributor

Commit Message: refactor thread_local_object.h and overload_manager.h
Additional Description:
Move the interfaces declared in these files into separate files to allow the
Dispatcher to reference the ThreadLocalOverloadState.

For #13800
Risk Level: low, just refactoring
Testing: ran affected test targets
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: none

/assign @antoniovicente

Splitting these will prevent circular dependencies when the Dispatcher
references thread-local overload state.

Signed-off-by: Alex Konradi <[email protected]>
antoniovicente
antoniovicente previously approved these changes Nov 12, 2020
Signed-off-by: Alex Konradi <[email protected]>
@antoniovicente
Copy link
Contributor

Waiting for CI to finish and merging since this PR has no functional changes, just changes the location of interfaces to avoid cyclic dependencies between interface libraries after some upcoming changes.

@antoniovicente antoniovicente merged commit 36da8fe into envoyproxy:master Nov 12, 2020
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