diff options
author | Craig Tiller <ctiller@google.com> | 2015-10-02 16:17:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-10-02 16:17:49 -0700 |
commit | ce04de0671435d50d82a50ec1c66985596959a52 (patch) | |
tree | 2518f0bd5d6bf74f3a9480aae4d99e1fcfd08f4e /src/core/iomgr | |
parent | 548735efb8d27b61db8eae3752b4fffb1ae4bcd9 (diff) |
Commentary
Diffstat (limited to 'src/core/iomgr')
-rw-r--r-- | src/core/iomgr/fd_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/fd_posix.h b/src/core/iomgr/fd_posix.h index b85c74b52b..dc917ebbc0 100644 --- a/src/core/iomgr/fd_posix.h +++ b/src/core/iomgr/fd_posix.h @@ -129,7 +129,7 @@ gpr_uint32 grpc_fd_begin_poll(grpc_fd *fd, grpc_pollset *pollset, gpr_uint32 write_mask, grpc_fd_watcher *rec); /* Complete polling previously started with grpc_fd_begin_poll MUST NOT be called with a pollset lock taken - if got_read or got_write are 1, also does the notify_on_{read,write} as + if got_read or got_write are 1, also does the become_{readable,writable} as appropriate. */ void grpc_fd_end_poll(grpc_exec_ctx *exec_ctx, grpc_fd_watcher *rec, int got_read, int got_write); |