diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-10 09:36:08 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-10 09:36:08 -0800 |
commit | 9d972e4628d0331954eea2387c099ae736c73b58 (patch) | |
tree | 29450fa23e3b13813813c7a5901dda760a7b5cd5 /include | |
parent | 8ed7311e994b387208a4fbcdd4a11899d1115f93 (diff) | |
parent | b2ec6afd08cb789b44b8fb1d90faa5f72e8cce75 (diff) |
Merge github.com:grpc/grpc into c++api
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index 982cd3b43e..7b33a4d861 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -330,6 +330,8 @@ typedef struct grpc_op { size_t *status_details_capacity; } recv_status_on_client; struct { + /* out argument, set to 1 if the call failed in any way (seen as a cancellation + on the server), or 0 if the call succeeded */ int *cancelled; } recv_close_on_server; } data; |