aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-05-12 12:25:43 -0700
committerGravatar GitHub <noreply@github.com>2017-05-12 12:25:43 -0700
commit04f97ca02282cd57fdc65fe798f94feb94c2d554 (patch)
treef9f638167c2116a57bd65434c172853f78d7da7f /src/core/lib/iomgr/exec_ctx.h
parentc8a6822b0e0afa53b2ec4c92610f7175e4be5127 (diff)
parenta2d9d48a888bf9162d1288496e60920b481bf3eb (diff)
Merge branch 'master' into backward-compat-dev
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index f99a0fee5f..759a3ae2d5 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -93,6 +93,8 @@ struct grpc_exec_ctx {
extern grpc_closure_scheduler *grpc_schedule_on_exec_ctx;
+bool grpc_exec_ctx_has_work(grpc_exec_ctx *exec_ctx);
+
/** Flush any work that has been enqueued onto this grpc_exec_ctx.
* Caller must guarantee that no interfering locks are held.
* Returns true if work was performed, false otherwise. */