Skip to content

Commit

Permalink
Merge pull request grpc#4860 from jtattermusch/tag_set_win_fix
Browse files Browse the repository at this point in the history
Fix compilation on windows
  • Loading branch information
ctiller committed Jan 23, 2016
2 parents 4746ce8 + 45be7ff commit 682237d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/census/tag_set_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,10 @@ static void replace_add_delete_test(void) {
census_tag_set_destroy(cts2);
}

#define BUF_SIZE 200

// test encode/decode.
static void encode_decode_test(void) {
const size_t BUF_SIZE = 200;
char buffer[BUF_SIZE];
struct census_tag_set *cts =
census_tag_set_create(NULL, basic_tags, BASIC_TAG_COUNT, NULL);
Expand Down

0 comments on commit 682237d

Please sign in to comment.