aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/resolve_address.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/resolve_address.h')
-rw-r--r--src/core/lib/iomgr/resolve_address.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/resolve_address.h b/src/core/lib/iomgr/resolve_address.h
index ddbe375755..796e75da91 100644
--- a/src/core/lib/iomgr/resolve_address.h
+++ b/src/core/lib/iomgr/resolve_address.h
@@ -34,6 +34,7 @@
#ifndef GRPC_CORE_LIB_IOMGR_RESOLVE_ADDRESS_H
#define GRPC_CORE_LIB_IOMGR_RESOLVE_ADDRESS_H
+#include <stdbool.h>
#include <stddef.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/iomgr.h"
@@ -43,6 +44,7 @@
typedef struct {
char addr[GRPC_MAX_SOCKADDR_SIZE];
size_t len;
+ bool is_balancer;
} grpc_resolved_address;
typedef struct {