aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/closure.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-27 14:10:09 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-27 14:10:09 -0800
commit95ccbc2d6f7762ed27fb28d29355b60e2e7eb538 (patch)
treec9381f2e6e5960a7b69ab575d0312d24ead57d4a /src/core/lib/iomgr/closure.h
parentdcacce65a070a3a0c99e92c605f37b500b6f33f3 (diff)
parent5e308087bc2b06f047cfa1d396380b3c6a72d0ec (diff)
Merge branch 'bm_countwrites' into bwest
Diffstat (limited to 'src/core/lib/iomgr/closure.h')
-rw-r--r--src/core/lib/iomgr/closure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/closure.h b/src/core/lib/iomgr/closure.h
index 7ffec29ebb..2510d50b42 100644
--- a/src/core/lib/iomgr/closure.h
+++ b/src/core/lib/iomgr/closure.h
@@ -66,6 +66,7 @@ typedef struct grpc_closure_scheduler_vtable {
grpc_error *error);
void (*sched)(grpc_exec_ctx *exec_ctx, grpc_closure *closure,
grpc_error *error);
+ const char *name;
} grpc_closure_scheduler_vtable;
/** Abstract type that can schedule closures for execution */