Skip to content
Snippets Groups Projects
Commit d6731628 authored by Craig Tiller's avatar Craig Tiller
Browse files

Cleanup documentation

parent 30fd935a
No related branches found
No related tags found
No related merge requests found
...@@ -163,11 +163,12 @@ struct grpc_call { ...@@ -163,11 +163,12 @@ struct grpc_call {
a request, and is valid iff request_set[op] <= GRPC_IOREQ_OP_COUNT. a request, and is valid iff request_set[op] <= GRPC_IOREQ_OP_COUNT.
The set fields are as per the request type specified by op. The set fields are as per the request type specified by op.
Finally, one element of masters[op] is set per active _group_ of ioreq Finally, one element of masters is set per active _set_ of ioreq
operations. It describes work left outstanding, result status, and operations. It describes work left outstanding, result status, and
what work to perform upon operation completion. As one ioreq of each what work to perform upon operation completion. As one ioreq of each
op type can be active at once, by convention we choose the first element op type can be active at once, by convention we choose the first element
of a the group to be the master. This allows constant time allocation of the group to be the master -- ie the master of in-progress operation
op is masters[request_set[op]]. This allows constant time allocation
and a strong upper bound of a count of masters to be calculated. */ and a strong upper bound of a count of masters to be calculated. */
gpr_uint8 request_set[GRPC_IOREQ_OP_COUNT]; gpr_uint8 request_set[GRPC_IOREQ_OP_COUNT];
grpc_ioreq_data request_data[GRPC_IOREQ_OP_COUNT]; grpc_ioreq_data request_data[GRPC_IOREQ_OP_COUNT];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment