aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-08 15:29:46 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-08 15:29:46 -0700
commitea44ba55af0a9c87dbc1bc3197edeac77bba410a (patch)
treee781cb00006fb9a483813b2019db06d63f30168a /tools
parent274bbbe6a0bd56651d48d974e1ccd80cf68689df (diff)
Ban the non macro versions
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/sanity/core_banned_functions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py
index a214eb59e5..b394bbbeaf 100755
--- a/tools/run_tests/sanity/core_banned_functions.py
+++ b/tools/run_tests/sanity/core_banned_functions.py
@@ -36,6 +36,11 @@ BANNED_EXCEPT = {
'grpc_wsa_error(': ['src/core/lib/iomgr/error.c'],
'grpc_log_if_error(': ['src/core/lib/iomgr/error.c'],
'grpc_slice_malloc(': ['src/core/lib/slice/slice.c'],
+ 'grpc_closure_create(' : ['src/core/lib/iomgr/closure.c'],
+ 'grpc_closure_init(' : ['src/core/lib/iomgr/closure.c'],
+ 'grpc_closure_sched(' : ['src/core/lib/iomgr/closure.c'],
+ 'grpc_closure_run(' : ['src/core/lib/iomgr/closure.c'],
+ 'grpc_closure_list_sched(' : ['src/core/lib/iomgr/closure.c'],
}
errors = 0