-
- Downloads
Introduce the (outside-of-iomgr) pollset API.
This CL introduces the public side of this interface. There will need to be an iomgr-private API also, but this will be a per-implementation API and so is not covered here. I've taken care of wiring the interface through the codebase in the manner that I expect it will be used. Change on 2014/12/17 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82376987
Showing
- Makefile 2 additions, 0 deletionsMakefile
- build.json 2 additions, 0 deletionsbuild.json
- src/core/channel/call_op_string.c 1 addition, 1 deletionsrc/core/channel/call_op_string.c
- src/core/channel/channel_stack.h 3 additions, 0 deletionssrc/core/channel/channel_stack.h
- src/core/channel/client_channel.c 3 additions, 0 deletionssrc/core/channel/client_channel.c
- src/core/channel/connected_channel.c 1 addition, 0 deletionssrc/core/channel/connected_channel.c
- src/core/iomgr/endpoint.c 4 additions, 0 deletionssrc/core/iomgr/endpoint.c
- src/core/iomgr/endpoint.h 6 additions, 0 deletionssrc/core/iomgr/endpoint.h
- src/core/iomgr/pollset.c 37 additions, 0 deletionssrc/core/iomgr/pollset.c
- src/core/iomgr/pollset.h 51 additions, 0 deletionssrc/core/iomgr/pollset.h
- src/core/iomgr/tcp_posix.c 8 additions, 3 deletionssrc/core/iomgr/tcp_posix.c
- src/core/security/secure_endpoint.c 8 additions, 1 deletionsrc/core/security/secure_endpoint.c
- src/core/surface/call.c 2 additions, 0 deletionssrc/core/surface/call.c
- src/core/surface/completion_queue.c 8 additions, 0 deletionssrc/core/surface/completion_queue.c
- src/core/surface/completion_queue.h 3 additions, 0 deletionssrc/core/surface/completion_queue.h
- src/core/surface/server.c 2 additions, 0 deletionssrc/core/surface/server.c
- src/core/transport/chttp2_transport.c 11 additions, 2 deletionssrc/core/transport/chttp2_transport.c
- src/core/transport/transport.c 5 additions, 0 deletionssrc/core/transport/transport.c
- src/core/transport/transport.h 8 additions, 4 deletionssrc/core/transport/transport.h
- src/core/transport/transport_impl.h 3 additions, 0 deletionssrc/core/transport/transport_impl.h
Loading
Please register or sign in to comment