diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-02 09:29:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-02 09:29:43 -0700 |
commit | 56f21aa79c794cad614bec30702e6c5ff3922518 (patch) | |
tree | 33d3f999d8d48813d6287e7411037ed0e6039fa2 /src/core/lib/iomgr/error.h | |
parent | aef3a79ae4cfa7236673407e09aff001a8d2e02f (diff) | |
parent | f6b6d2984157cc24ee69afb9b025b5d250a5a9ad (diff) |
Merge branch 'grand-unified-closures' into who-combines-the-combiners
Diffstat (limited to 'src/core/lib/iomgr/error.h')
-rw-r--r-- | src/core/lib/iomgr/error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error.h b/src/core/lib/iomgr/error.h index bc7781250e..6c769accdb 100644 --- a/src/core/lib/iomgr/error.h +++ b/src/core/lib/iomgr/error.h @@ -47,7 +47,8 @@ /// if a grpc_error is passed to a grpc_closure callback function (functions /// with the signature: /// void (*f)(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error)) -/// then those functions do not automatically own a ref to error +/// then those functions do not own a ref to error (but are free to manually +/// take a reference). /// if a grpc_error is passed to *ANY OTHER FUNCTION* then that function takes /// ownership of the error /// Errors have: |