diff options
author | Alistair Veitch <aveitch@google.com> | 2015-08-13 09:59:48 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-08-13 09:59:48 -0700 |
commit | e6d0ad317ed820b29f709c8273ed3fec7463db11 (patch) | |
tree | d6011b2b106da184fb8b41a6bb480a24efbd7026 /tools | |
parent | a924b31d28ad907ebc040dd63945356011f613f6 (diff) |
add all new content
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 | ||||
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index e5bf7fa220..8f937303a9 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1021,6 +1021,7 @@ src/core/transport/transport.c \ src/core/transport/transport_op_string.c \ src/core/census/context.c \ src/core/census/initialize.c \ +src/core/census/operation.c \ src/core/census/record_stat.c \ src/core/census/tracing.c \ include/grpc/support/alloc.h \ diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 24dca9cc7f..6878705770 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -11056,6 +11056,7 @@ "src/core/census/context.h", "src/core/census/grpc_context.c", "src/core/census/initialize.c", + "src/core/census/operation.c", "src/core/census/record_stat.c", "src/core/census/rpc_stat_id.h", "src/core/census/tracing.c", @@ -11509,6 +11510,7 @@ "src/core/census/context.h", "src/core/census/grpc_context.c", "src/core/census/initialize.c", + "src/core/census/operation.c", "src/core/census/record_stat.c", "src/core/census/rpc_stat_id.h", "src/core/census/tracing.c", |