diff options
author | Alistair Veitch <aveitch@google.com> | 2016-05-24 10:02:15 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-05-24 10:02:15 -0700 |
commit | 8fc19a1fa556527a5a0264ae7ccd358f87ae81bc (patch) | |
tree | e9bc7fa748ee27e0fd24617fa3dacf99261600f9 | |
parent | 0e6ebde2c9c4aaee30c285e7ccc8b7e16dea95b3 (diff) |
move proto file
-rw-r--r-- | src/core/ext/census/gen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/census/gen/README.md b/src/core/ext/census/gen/README.md index 2da35656f5..72bef6542d 100644 --- a/src/core/ext/census/gen/README.md +++ b/src/core/ext/census/gen/README.md @@ -2,5 +2,5 @@ Files generated for use by Census stats and trace recording subsystem. #Files * census.pb.{h,c} - Generated from src/core/ext/census/census.proto, using the - script `tools/codegen/core/gen_nano_proto.sh src/core/ext/census/census.proto + script `tools/codegen/core/gen_nano_proto.sh src/proto/census/census.proto $PWD/src/core/ext/census/gen src/core/ext/census/gen` |