diff options
author | David G. Quintas <dgq@google.com> | 2017-02-16 12:46:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 12:46:11 -0800 |
commit | ca452f432e2ef36592b69f6c35508f5477a4ae19 (patch) | |
tree | 3c94e046eca285f86994851b896d0856c4a11a12 /src/core/lib/surface | |
parent | 4fe0d977ed1d04cbee6b44d6f30e56e5133287b5 (diff) | |
parent | fafe99590027b882a5cf536f97fccb9ffffdd19a (diff) |
Merge pull request #9648 from dgquintas/lr_sans_md
Use call context to propagare LR costs
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r-- | src/core/lib/surface/call.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/surface/call.h b/src/core/lib/surface/call.h index b70343ddf1..7d4d0db28d 100644 --- a/src/core/lib/surface/call.h +++ b/src/core/lib/surface/call.h @@ -110,6 +110,7 @@ void grpc_call_log_batch(char *file, int line, gpr_log_severity severity, /* Set a context pointer. No thread safety guarantees are made wrt this value. */ +/* TODO(#9731): add exec_ctx to destroy */ void grpc_call_context_set(grpc_call *call, grpc_context_index elem, void *value, void (*destroy)(void *value)); /* Get a context pointer. */ |