aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-03-05 16:24:22 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-03-05 16:24:22 -0800
commit60fd3614807703218300a410bd437a5e950efbed (patch)
tree4fd612709c488269ee18c655c3f484763bdfb8da /src/core/surface/init.h
parent8104988ce4bcce7d94eaef995928a9742cb69707 (diff)
Crash in channel/server creation if grpc_init not called
Diffstat (limited to 'src/core/surface/init.h')
-rw-r--r--src/core/surface/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/init.h b/src/core/surface/init.h
index ab40bedf87..416874020d 100644
--- a/src/core/surface/init.h
+++ b/src/core/surface/init.h
@@ -35,5 +35,6 @@
#define GRPC_INTERNAL_CORE_SURFACE_INIT_H
void grpc_security_pre_init(void);
+int grpc_is_initialized(void);
#endif /* GRPC_INTERNAL_CORE_SURFACE_INIT_H */