diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-13 12:27:06 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-13 12:27:06 -0700 |
commit | 3370b8bbcde704d6f7072c69dbe1acdce9f8c88b (patch) | |
tree | 29cbf0eb3a2b37a5143fb90a2d97286bef60a902 /include | |
parent | 13878f494ba7e21a56af562a795559b040dc8855 (diff) |
Bring the 80s back.
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index 234e5a0161..b4ccafd1ab 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -37,7 +37,6 @@ #include <grpc/impl/codegen/byte_buffer.h> #include <grpc/impl/codegen/status.h> -#include <stdbool.h> #include <stddef.h> #ifdef __cplusplus @@ -336,7 +335,7 @@ typedef struct grpc_op { /** If \a is_set, \a compression_level will be used for the call. * Otherwise, \a compression_level won't be considered */ struct { - bool is_set; + uint8_t is_set; grpc_compression_level compression_level; } maybe_compression_level; } send_initial_metadata; |