diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-21 09:04:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-21 09:04:06 -0700 |
commit | 44654553de6edffa61f60f725dacbcdb89bdca72 (patch) | |
tree | f80eb479b9991c2da5650202dbb160d3f34b2cf2 /src/core/census/aggregation.h | |
parent | c65af4d78477cc415822305e8256750ec4cb55e3 (diff) | |
parent | 6e96e5ccab41a1378a6c9bf4043206ddb0840f48 (diff) |
Merge github.com:grpc/grpc into idempotent
Diffstat (limited to 'src/core/census/aggregation.h')
-rw-r--r-- | src/core/census/aggregation.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/census/aggregation.h b/src/core/census/aggregation.h index e9bc6ada96..e0ef9630c9 100644 --- a/src/core/census/aggregation.h +++ b/src/core/census/aggregation.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,8 +33,8 @@ #include <stddef.h> -#ifndef GRPC_INTERNAL_CORE_CENSUS_AGGREGATION_H -#define GRPC_INTERNAL_CORE_CENSUS_AGGREGATION_H +#ifndef GRPC_CORE_CENSUS_AGGREGATION_H +#define GRPC_CORE_CENSUS_AGGREGATION_H /** Structure used to describe an aggregation type. */ struct census_aggregation_ops { @@ -63,4 +63,4 @@ struct census_aggregation_ops { size_t (*print)(const void *aggregation, char *buffer, size_t n); }; -#endif /* GRPC_INTERNAL_CORE_CENSUS_AGGREGATION_H */ +#endif /* GRPC_CORE_CENSUS_AGGREGATION_H */ |