Skip to content

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

Merged
antoniovicente merged 2 commits intoenvoyproxy:masterfrom
akonradi:refactor-om-thread-local
Nov 12, 2020
Merged

server: split thread_local_object.h and overload_manager.h#13999
antoniovicente merged 2 commits intoenvoyproxy:masterfrom
akonradi:refactor-om-thread-local

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 <akonradi@google.com>
antoniovicente
antoniovicente previously approved these changes Nov 12, 2020
Signed-off-by: Alex Konradi <akonradi@google.com>
@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