aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/server.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-02 10:16:30 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-02 10:16:30 -0800
commita7cac78516057512d62cdae8fc5fdf9e2f90a136 (patch)
treeb85d88c43ea4a6174d6ef7c947fb359da2c19888 /src/core/surface/server.c
parent4a92bc3c69687ee6c6d7d657e5d5c100cc596a27 (diff)
Prepare for the new batch call API.
Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
Diffstat (limited to 'src/core/surface/server.c')
-rw-r--r--src/core/surface/server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/server.c b/src/core/surface/server.c
index 9a001f4c33..9e2e4d5478 100644
--- a/src/core/surface/server.c
+++ b/src/core/surface/server.c
@@ -625,7 +625,8 @@ void grpc_server_add_listener(grpc_server *server, void *arg,
server->listeners = l;
}
-grpc_call_error grpc_server_request_call(grpc_server *server, void *tag_new) {
+grpc_call_error grpc_server_request_call_old(grpc_server *server,
+ void *tag_new) {
call_data *calld;
grpc_cq_begin_op(server->cq, NULL, GRPC_SERVER_RPC_NEW);