aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-08-06 14:46:37 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-08-06 14:46:53 -0700
commitf7e72560b664cce34bdf3c64b411cd6a153219ad (patch)
tree2c5f6f9eac3daa3c5ada269bef15b06ed17c34af /test/core/surface
parent3b60506f1aaf137077129bbbe882bc106449550e (diff)
Add experimental API for resetting connection backoff.
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c
index 9f4ad2b4d7..7b3e875cf0 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -104,6 +104,7 @@ int main(int argc, char **argv) {
printf("%lx", (unsigned long) grpc_census_call_get_context);
printf("%lx", (unsigned long) grpc_channel_get_target);
printf("%lx", (unsigned long) grpc_channel_get_info);
+ printf("%lx", (unsigned long) grpc_channel_reset_connect_backoff);
printf("%lx", (unsigned long) grpc_insecure_channel_create);
printf("%lx", (unsigned long) grpc_lame_client_channel_create);
printf("%lx", (unsigned long) grpc_channel_destroy);