mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

Upgrade these dependencies to their respective latest stable versions. The latest version of GRPC C++ API has marked the callback API stable.
11 lines
338 B
Diff
11 lines
338 B
Diff
diff --git src/core/ext/xds/xds_api.h src/core/ext/xds/xds_api.h
|
|
--- src/core/ext/xds/xds_api.h
|
|
+++ src/core/ext/xds/xds_api.h
|
|
@@ -55,6 +55,7 @@ class XdsApi {
|
|
static const char* kEdsTypeUrl;
|
|
|
|
struct Duration {
|
|
+ Duration() {}
|
|
int64_t seconds = 0;
|
|
int32_t nanos = 0;
|
|
bool operator==(const Duration& other) const {
|