diff options
author | Emile Joubert <emile@rabbitmq.com> | 2011-01-19 12:49:30 +0000 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2011-01-19 12:49:30 +0000 |
commit | b88381ac6a1ea6badf70f0eec7384f9beb7a09bf (patch) | |
tree | 9b994baf1dd1004c5cdd892b4134145ab0857ae0 /codegen.py | |
parent | d39b09caeb77f61ead9d1621bf808b6d5272d9bb (diff) | |
download | rabbitmq-server-b88381ac6a1ea6badf70f0eec7384f9beb7a09bf.tar.gz |
Sender-specified distribution for fanout exchanges
Diffstat (limited to 'codegen.py')
-rw-r--r-- | codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ def genErl(spec): -type(amqp_field_type() :: 'longstr' | 'signedint' | 'decimal' | 'timestamp' | 'table' | 'byte' | 'double' | 'float' | 'long' | - 'short' | 'bool' | 'binary' | 'void'). + 'short' | 'bool' | 'binary' | 'void' | 'array'). -type(amqp_property_type() :: 'shortstr' | 'longstr' | 'octet' | 'shortint' | 'longint' | 'longlongint' | 'timestamp' | 'bit' | 'table'). |