aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core/gen_static_metadata.py
diff options
context:
space:
mode:
authorGravatar Bogdan Drutu <bdrutu@google.com>2016-02-08 16:51:17 -0800
committerGravatar Bogdan Drutu <bdrutu@google.com>2016-02-08 16:51:17 -0800
commit079a1799914af56b2f86fa63f5da0dd7a2ca5581 (patch)
treed0cef689446f50d5dfeba40e1299de7468983319 /tools/codegen/core/gen_static_metadata.py
parent32454cfbfcdb8125cae9f6b44e2589e590b0620b (diff)
Change the census metadata keys. Both census keys must be binary keys because of the encoding.
Diffstat (limited to 'tools/codegen/core/gen_static_metadata.py')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index 3e47d7f6d5..e6ae00e611 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -50,8 +50,8 @@ CONFIG = [
'host',
'grpc-message',
'grpc-status',
- 'census',
'census-bin',
+ 'census-binary-bin',
'',
('grpc-status', '0'),
('grpc-status', '1'),