Skip to content

Commit

Permalink
workaround compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix20162016 committed Apr 1, 2023
1 parent d4d4abe commit 3bad93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ext/xds/xds_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class XdsApi {
static const char* kEdsTypeUrl;

struct Duration {
Duration() {}
int64_t seconds = 0;
int32_t nanos = 0;
bool operator==(const Duration& other) const {
Expand Down

0 comments on commit 3bad93e

Please sign in to comment.