aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-23 09:57:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-23 09:57:58 -0700
commit5126bb6d8261ef07fb8132d5b5937f149cf315c8 (patch)
treed82bde630eed6055237935b386b2edbbef98500b /build.json
parentb70440bb1dfe90f27b31d169f82a549f2aa17084 (diff)
parentb46f3f400e4966f89737c376f7eb39b9511e375b (diff)
Merge pull request #2493 from a-veitch/record_stat
Census record stats API
Diffstat (limited to 'build.json')
-rw-r--r--build.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.json b/build.json
index 783fa800e9..f06c6cb8c5 100644
--- a/build.json
+++ b/build.json
@@ -18,11 +18,13 @@
"include/grpc/census.h"
],
"headers": [
- "src/core/census/context.h"
+ "src/core/census/context.h",
+ "src/core/census/rpc_stat_id.h"
],
"src": [
"src/core/census/context.c",
- "src/core/census/initialize.c"
+ "src/core/census/initialize.c",
+ "src/core/census/record_stat.c"
]
},
{