diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-11 15:51:03 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-11 15:51:03 -0800 |
commit | 82a0aabb7a6a4f0852bb02cef3a5f079d386fbac (patch) | |
tree | 99bbc0289576daa00a3c39f7af2419d162aad08b /src/core | |
parent | 82a0bdc31427936d3e52c4fe54577b00c4a16bca (diff) |
added sanity scripts and checks
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/proto/grpc/lb/v0/load_balancer.pb.c | 2 | ||||
-rw-r--r-- | src/core/proto/grpc/lb/v0/load_balancer.pb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/proto/grpc/lb/v0/load_balancer.pb.c b/src/core/proto/grpc/lb/v0/load_balancer.pb.c index 4c1d5c3b2c..304bbb1c12 100644 --- a/src/core/proto/grpc/lb/v0/load_balancer.pb.c +++ b/src/core/proto/grpc/lb/v0/load_balancer.pb.c @@ -1,5 +1,5 @@ /* Automatically generated nanopb constant definitions */ -/* Generated by nanopb-0.3.4-dev at Mon Jan 11 12:57:20 2016. */ +/* Generated by nanopb-0.3.4-dev */ #include "src/core/proto/grpc/lb/v0/load_balancer.pb.h" diff --git a/src/core/proto/grpc/lb/v0/load_balancer.pb.h b/src/core/proto/grpc/lb/v0/load_balancer.pb.h index a4c4b5f6dc..775100546a 100644 --- a/src/core/proto/grpc/lb/v0/load_balancer.pb.h +++ b/src/core/proto/grpc/lb/v0/load_balancer.pb.h @@ -1,5 +1,5 @@ /* Automatically generated nanopb header */ -/* Generated by nanopb-0.3.4-dev at Mon Jan 11 12:57:20 2016. */ +/* Generated by nanopb-0.3.4-dev */ #ifndef PB_LOAD_BALANCER_PB_H_INCLUDED #define PB_LOAD_BALANCER_PB_H_INCLUDED |