aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-09-22 09:56:18 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-02 16:29:41 -0700
commit19f0a909ac8d75fda477b4053cae1dd3a9f6c3d2 (patch)
tree7cec9b5f3f7824debac4c5e927d25914667acfe4 /tools/codegen
parent90adcf5e989ddb66ea9f23227a17f842b8f53e28 (diff)
pointer conversion for libuv build. gen_stats_data.py to generate .cc
Diffstat (limited to 'tools/codegen')
-rwxr-xr-xtools/codegen/core/gen_stats_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_stats_data.py b/tools/codegen/core/gen_stats_data.py
index 8359734c84..2717fa836d 100755
--- a/tools/codegen/core/gen_stats_data.py
+++ b/tools/codegen/core/gen_stats_data.py
@@ -255,7 +255,7 @@ with open('src/core/lib/debug/stats_data.h', 'w') as H:
print >>H
print >>H, "#endif /* GRPC_CORE_LIB_DEBUG_STATS_DATA_H */"
-with open('src/core/lib/debug/stats_data.c', 'w') as C:
+with open('src/core/lib/debug/stats_data.cc', 'w') as C:
# copy-paste copyright notice from this file
with open(sys.argv[0]) as my_source:
copyright = []