summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorBen Craig <bencraig@apache.org>2015-07-08 20:33:03 -0500
committerBen Craig <bencraig@apache.org>2015-07-08 20:33:03 -0500
commit384f976a3bb27371de4be5355193450c1f270019 (patch)
tree7bdfec129de0695b43f84554c6ba665eedb5bf34 /test/DebugProtoTest.thrift
parent33f3f01ce2a7e0aa1348deada026edec20c937ee (diff)
downloadthrift-384f976a3bb27371de4be5355193450c1f270019.tar.gz
THRIFT-3217 Provide a little endian variant of the binary protocol in C++
Client: C++ Patch: Ben Craig <bencraig@apache.org> This closes #537
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index fb1698292..4e9fb4758 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -364,4 +364,8 @@ struct TupleProtocolTestStruct {
optional i32 field10;
optional i32 field11;
optional i32 field12;
-} \ No newline at end of file
+}
+
+struct ListDoublePerf {
+ 1: list<double> field;
+}