diff options
author | Eric Gribkoff <ericgribkoff@google.com> | 2018-08-22 15:38:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 15:38:21 -0700 |
commit | e04ba7568cb956c84c90f74cfb2b5607a7012aa9 (patch) | |
tree | 817aa9f14ea084789391702d39b2e34bd76d16eb /test | |
parent | 142acb3b0fd2b3586ad150691ddbe95a8bfdd73f (diff) | |
parent | b59d8674d24d9b40d8d8b2b40f2be0118ff524d2 (diff) |
Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown
Python fork handler checks if gRPC core successfully shutdown
Diffstat (limited to 'test')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 1 |
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 42dc95b9bb..b832a1661b 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -77,6 +77,7 @@ int main(int argc, char **argv) { printf("%lx", (unsigned long) grpc_register_plugin); printf("%lx", (unsigned long) grpc_init); printf("%lx", (unsigned long) grpc_shutdown); + printf("%lx", (unsigned long) grpc_is_initialized); printf("%lx", (unsigned long) grpc_version_string); printf("%lx", (unsigned long) grpc_g_stands_for); printf("%lx", (unsigned long) grpc_completion_queue_factory_lookup); |