aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/core_codegen.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-08 16:05:30 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-08 16:05:30 -0800
commitef6848fe5b98e607b376c3f3b235ff393ef0e59b (patch)
tree5912e87114897e805ce65f80d65217a5b4f44cf8 /src/cpp/common/core_codegen.h
parent057a0a2033e9a8b194b7e1dc747f094edee5eae6 (diff)
reverted gpr_ time changes
Diffstat (limited to 'src/cpp/common/core_codegen.h')
-rw-r--r--src/cpp/common/core_codegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpp/common/core_codegen.h b/src/cpp/common/core_codegen.h
index b591209427..e0e26a8573 100644
--- a/src/cpp/common/core_codegen.h
+++ b/src/cpp/common/core_codegen.h
@@ -57,6 +57,8 @@ class CoreCodegen : public CoreCodegenInterface {
void grpc_metadata_array_destroy(grpc_metadata_array* array) override;
+ void gpr_inf_future(gpr_clock_type type) override;
+
void assert_fail(const char* failed_assertion) override;
Status SerializeProto(const grpc::protobuf::Message& msg,