aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
committerGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
commit9fb35a53320a7b958739ce01ed50de087e6c5ee9 (patch)
treeb9dee466644c19f917142e24798bd6c033db2176 /build.json
parent9e2f90cd068b4c2a8fdec69ca93ca614d35cba28 (diff)
split stream.h into sync_stream.h and async_stream.h
Diffstat (limited to 'build.json')
-rw-r--r--build.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.json b/build.json
index 8eb4f37703..931f541cc8 100644
--- a/build.json
+++ b/build.json
@@ -55,6 +55,7 @@
"include/grpc++/server_builder.h",
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
+ "include/grpc++/support/async_stream.h",
"include/grpc++/support/async_unary_call.h",
"include/grpc++/support/auth_context.h",
"include/grpc++/support/byte_buffer.h",
@@ -66,8 +67,8 @@
"include/grpc++/support/slice.h",
"include/grpc++/support/status.h",
"include/grpc++/support/status_code_enum.h",
- "include/grpc++/support/stream.h",
"include/grpc++/support/stub_options.h",
+ "include/grpc++/support/sync_stream.h",
"include/grpc++/support/thread_pool_interface.h",
"include/grpc++/support/time.h"
],