summaryrefslogtreecommitdiff
path: root/doc/specs
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-09-17 22:25:48 +0200
committerJens Geyer <jensg@apache.org>2014-09-17 22:36:00 +0200
commita86886e77d355ec7523f0b9041f9f0ac03e4dd33 (patch)
tree0538fd9777d28924b4cccd54919744afeb4355fe /doc/specs
parent3e8d9272cecfb6dcfe7a03faafdba295c7d1838e (diff)
downloadthrift-a86886e77d355ec7523f0b9041f9f0ac03e4dd33.tar.gz
THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL
Patch: Konrad Grochowski This closes #216
Diffstat (limited to 'doc/specs')
-rw-r--r--doc/specs/thrift-protocol-spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/thrift-protocol-spec.md b/doc/specs/thrift-protocol-spec.md
index 24d83f681..48ee8273d 100644
--- a/doc/specs/thrift-protocol-spec.md
+++ b/doc/specs/thrift-protocol-spec.md
@@ -43,7 +43,7 @@ of a function, or an exception.
<method-name> ::= STRING
- <message-type> ::= T_CALL | T_REPLY | T_EXCEPTION
+ <message-type> ::= T_CALL | T_REPLY | T_EXCEPTION | T_ONEWAY
<message-seqid> ::= I32