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}). |
David Reiss | ae756f4 | 2008-06-10 22:57:11 +0000 | [diff] [blame] | 5 | -record(protocol_struct_begin, {name}). |
David Reiss | ac54955 | 2008-06-10 22:56:59 +0000 | [diff] [blame] | 6 | -record(protocol_field_begin, {name, type, id}). |
| 7 | -record(protocol_map_begin, {ktype, vtype, size}). |
| 8 | -record(protocol_list_begin, {etype, size}). |
| 9 | -record(protocol_set_begin, {etype, size}). |
| 10 | |
| 11 | |
| 12 | -endif. |