aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-02-10 08:39:19 -0800
committerGravatar Michael Lumish <mlumish@google.com>2015-02-10 08:39:19 -0800
commit3116d4f0fef9ac1e39a434dc6521109f1e0cffbf (patch)
tree872c7ca0c12eab2de478d1f4217616c041aa14d3
parentb0e7275501c1f62a7f682fb56c6d916681a69d3a (diff)
parent0a5bcbc63273de042fd4a211b2154caacf8e3b59 (diff)
Merge pull request #452 from ctiller/fix
Add some documentation
-rw-r--r--include/grpc/grpc.h2
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;