aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-07 13:50:59 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-07 13:50:59 -0700
commit22e217d8fdffac425f64a11b18886026060e767c (patch)
tree33048e60357a7fe96a985df59139f4943a39a38d /src/core/surface/call.h
parent737aa9f1aec55e7f8e1d3f44d291aa5ea758c08c (diff)
parent772187cdf0ff9dfafd2e693474c51eeddfe4c800 (diff)
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index fb3662b50d..3b6f9c942e 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -78,8 +78,8 @@ typedef union {
typedef struct {
grpc_ioreq_op op;
- grpc_ioreq_data data;
gpr_uint32 flags; /**< A copy of the write flags from grpc_op */
+ grpc_ioreq_data data;
} grpc_ioreq;
typedef void (*grpc_ioreq_completion_func)(grpc_call *call, int success,