aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-02 08:46:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-02 08:46:59 -0700
commitcae5bf586f122871111229ace6a86dcdb8214e45 (patch)
treed2467d0d33e50948e5d7267f58485c9c3e43f317 /src/core/surface/call.h
parent05c97690630640ab41df37858ea23ffce870a509 (diff)
Structure repacking and sizing
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,