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 | ecf16c7f9b81b6d47f6441fa1d2a05c91b6cbfa4 (patch) | |
| tree | 9b994baf1dd1004c5cdd892b4134145ab0857ae0 /codegen.py | |
| parent | 11296b5fdbec856257fa9038da940ace8945f9ae (diff) | |
| download | rabbitmq-server-git-ecf16c7f9b81b6d47f6441fa1d2a05c91b6cbfa4.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
diff --git a/codegen.py b/codegen.py index 979c5bd82d..6e9139b842 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'). |
