diff options
author | David Garcia Quintas <dgq@google.com> | 2017-02-15 10:53:25 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-02-15 10:53:25 -0800 |
commit | fafe99590027b882a5cf536f97fccb9ffffdd19a (patch) | |
tree | 8e618e558257b0f9e2b758d68c666dd724705c19 /src | |
parent | 5481a58da79977423b6ce8fe9bafbd01b19999a1 (diff) |
comments
Diffstat (limited to 'src')
-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. */ |