commit | 384f976a3bb27371de4be5355193450c1f270019 | [log] [tgz] |
---|---|---|
author | Ben Craig <bencraig@apache.org> | Wed Jul 08 20:33:03 2015 -0500 |
committer | Ben Craig <bencraig@apache.org> | Wed Jul 08 20:33:03 2015 -0500 |
tree | 7bdfec129de0695b43f84554c6ba665eedb5bf34 | |
parent | 33f3f01ce2a7e0aa1348deada026edec20c937ee [diff] [blame] |
THRIFT-3217 Provide a little endian variant of the binary protocol in C++ Client: C++ Patch: Ben Craig <bencraig@apache.org> This closes #537
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift index fb16982..4e9fb47 100644 --- a/test/DebugProtoTest.thrift +++ b/test/DebugProtoTest.thrift
@@ -364,4 +364,8 @@ optional i32 field10; optional i32 field11; optional i32 field12; -} \ No newline at end of file +} + +struct ListDoublePerf { + 1: list<double> field; +}