Skip to content

Commit

Permalink
Merge pull request #105 from eugeneo/create-pull-request/patch-f89c53c
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/task/multy-xds-client-configs
  • Loading branch information
eugeneo authored Jan 24, 2024
2 parents f89c53c + ac8c110 commit 93f59c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/ext/xds/xds_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
#include "google/protobuf/timestamp.upb.h"
#include "upb/base/string_view.h"
#include "upb/mem/arena.h"
#include "upb_utils.h"
#include "xds_api.h"

#include <grpc/event_engine/event_engine.h>
#include <grpc/support/log.h>
Expand Down
2 changes: 1 addition & 1 deletion test/core/xds/xds_client_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class Fuzzer {
void DumpClientConfigBinary() {
upb::Arena arena;
auto client_config = envoy_service_status_v3_ClientConfig_new(arena.ptr());
XdsApi::ResourceTypeMetadataMap metadata_map;
XdsApi::ResourceMetadata metadata_map;
std::vector<std::string> strings_holder;
xds_client_->DumpClientConfig(client_config, &metadata_map, &strings_holder,
arena.ptr());
Expand Down

0 comments on commit 93f59c6

Please sign in to comment.