aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-11 08:55:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-11 08:55:53 -0700
commitc9f987426daff98d47aca3d8d2753a16de0ba520 (patch)
tree155d9a38bc1d612e951c5dfe8f1076776106caf5 /test/core
parent5d38ac60b84dfebc20d142501e8b55e3154c8d65 (diff)
parente94374d0a5a3040ca71392be4c61b17f6ef99030 (diff)
Merge branch 'timer' into pid++
Diffstat (limited to 'test/core')
-rw-r--r--test/core/util/trickle_endpoint.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/core/util/trickle_endpoint.h b/test/core/util/trickle_endpoint.h
index 78f1eeeda2..ca39638ba0 100644
--- a/test/core/util/trickle_endpoint.h
+++ b/test/core/util/trickle_endpoint.h
@@ -21,6 +21,10 @@
#include "src/core/lib/iomgr/endpoint.h"
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
grpc_endpoint *grpc_trickle_endpoint_create(grpc_endpoint *wrap,
double bytes_per_second);
@@ -30,4 +34,8 @@ size_t grpc_trickle_endpoint_trickle(grpc_exec_ctx *exec_ctx,
size_t grpc_trickle_get_backlog(grpc_endpoint *endpoint);
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
#endif