diff options
author | David Garcia Quintas <dgq@google.com> | 2017-06-06 19:45:58 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-06-06 19:45:58 -0700 |
commit | 87d5a3130dc94898aed40e74e998a72d21156ae5 (patch) | |
tree | 13dd3349d59c237f3a657f41488dc55eff18265a /include | |
parent | de15a40fc3c7d1cac320ed19d27a3378e5be7c4f (diff) |
Implement LB policy updates
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/support/workaround_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/workaround_list.h b/include/grpc/support/workaround_list.h index ec4766510f..34011a7c9c 100644 --- a/include/grpc/support/workaround_list.h +++ b/include/grpc/support/workaround_list.h @@ -43,4 +43,4 @@ typedef enum { GRPC_MAX_WORKAROUND_ID } grpc_workaround_list; -#endif +#endif /* GRPC_SUPPORT_WORKAROUND_LIST_H */ |