Skip to content
Snippets Groups Projects
Commit 2ea98065 authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #2023 from grpc/stream_op-todo-cleanup-1

Removed leftover TODO
parents a561ea66 62a64307
No related branches found
No related tags found
No related merge requests found
...@@ -126,10 +126,8 @@ typedef struct grpc_stream_op { ...@@ -126,10 +126,8 @@ typedef struct grpc_stream_op {
} data; } data;
} grpc_stream_op; } grpc_stream_op;
/* A stream op buffer is a wrapper around stream operations that is dynamically /** A stream op buffer is a wrapper around stream operations that is
extendable. * dynamically extendable. */
TODO(ctiller): inline a few elements into the struct, to avoid common case
per-call allocations. */
typedef struct grpc_stream_op_buffer { typedef struct grpc_stream_op_buffer {
grpc_stream_op *ops; grpc_stream_op *ops;
size_t nops; size_t nops;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment