From d5bd4274660b603b802c542d6af264f72fbd034d Mon Sep 17 00:00:00 2001 From: ncteisen Date: Mon, 16 Jul 2018 21:43:59 -0700 Subject: Fix the alignment problem, still messy --- src/core/ext/filters/client_channel/lb_policy.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/ext') diff --git a/src/core/ext/filters/client_channel/lb_policy.h b/src/core/ext/filters/client_channel/lb_policy.h index d525721ec0..7bc224ad81 100644 --- a/src/core/ext/filters/client_channel/lb_policy.h +++ b/src/core/ext/filters/client_channel/lb_policy.h @@ -205,6 +205,11 @@ class LoadBalancingPolicy grpc_pollset_set* interested_parties_; /// Callback to force a re-resolution. grpc_closure* request_reresolution_; + + // Dummy classes needed for alignment issues. + // See https://github.com/grpc/grpc/issues/16032 for context. + ChildRefsList dummy_list_foo; + ChildRefsList dummy_list_bar; }; } // namespace grpc_core -- cgit v1.2.3