aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-10 10:12:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-10 10:12:02 -0700
commita603a450a979a54ec3e5d8106be0ffe64a7e256c (patch)
tree8c431dc1c265107c82b8a3b30c15792195d0cfd5 /src/core
parentef8bdbf4e2a8289fc8bbc51af5ca2465f9ec27c2 (diff)
parent4191ea7d9421cfb2b6da08b9e4f0abfd654bd542 (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'src/core')
-rw-r--r--src/core/transport/stream_op.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/transport/stream_op.h b/src/core/transport/stream_op.h
index 95497a3cc8..5496504229 100644
--- a/src/core/transport/stream_op.h
+++ b/src/core/transport/stream_op.h
@@ -126,10 +126,8 @@ typedef struct grpc_stream_op {
} data;
} grpc_stream_op;
-/* A stream op buffer is a wrapper around stream operations that is dynamically
- extendable.
- TODO(ctiller): inline a few elements into the struct, to avoid common case
- per-call allocations. */
+/** A stream op buffer is a wrapper around stream operations that is
+ * dynamically extendable. */
typedef struct grpc_stream_op_buffer {
grpc_stream_op *ops;
size_t nops;