David Reiss | ac54955 | 2008-06-10 22:56:59 +0000 | [diff] [blame^] | 1 | -ifndef(THRIFT_PROTOCOL_INCLUDED). |
2 | -define(THRIFT_PROTOCOL_INCLUDED, yea). | ||||
3 | |||||
4 | -record(protocol_message_begin, {name, type, seqid}). | ||||
5 | -record(protocol_field_begin, {name, type, id}). | ||||
6 | -record(protocol_map_begin, {ktype, vtype, size}). | ||||
7 | -record(protocol_list_begin, {etype, size}). | ||||
8 | -record(protocol_set_begin, {etype, size}). | ||||
9 | |||||
10 | |||||
11 | -endif. |