summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2011-01-19 12:49:30 +0000
committerEmile Joubert <emile@rabbitmq.com>2011-01-19 12:49:30 +0000
commitb88381ac6a1ea6badf70f0eec7384f9beb7a09bf (patch)
tree9b994baf1dd1004c5cdd892b4134145ab0857ae0 /codegen.py
parentd39b09caeb77f61ead9d1621bf808b6d5272d9bb (diff)
downloadrabbitmq-server-b88381ac6a1ea6badf70f0eec7384f9beb7a09bf.tar.gz
Sender-specified distribution for fanout exchanges
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py
index 979c5bd8..6e9139b8 100644
--- a/codegen.py
+++ b/codegen.py
@@ -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').