diff options
author | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2017-08-04 13:16:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 13:16:13 -0700 |
commit | 1fb3b669f957c02b32ce0b967f391493b81808f5 (patch) | |
tree | d1b4cb285bd4dd47a87e53112e47adad11e353bf /doc | |
parent | 18df25228cfa1f97fc5cca9176fbaef64c0e4221 (diff) | |
parent | 34989fdaae7cf5d214529a49563ea11fc8860a87 (diff) |
Merge pull request #11579 from sreecha/fix_alarm
Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/environment_variables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 036824d573..a2cde92736 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -69,6 +69,7 @@ some configuration as environment variables that can be set. The following tracers will only run in binaries built in DEBUG mode. This is accomplished by invoking `CONFIG=dbg make <target>` + - alarm_refcount - refcounting traces for grpc_alarm structure - metadata - tracks creation and mutation of metadata - closure - tracks closure creation, scheduling, and completion - pending_tags - traces still-in-progress tags on completion queues |