summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-13 10:56:26 -0700
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-13 10:56:26 -0700
commitefb2d4151e4a8dec1918e8d71434457f9925566c (patch)
treeb97c0d88ccbeb7129a730cddbc2fc6684dc5bdc6 /include/rabbit.hrl
parent40cc23ce4796a38bfddaac1d11e568ca1fc282c0 (diff)
downloadrabbitmq-server-git-efb2d4151e4a8dec1918e8d71434457f9925566c.tar.gz
Initial 0-9-1 port.
- exchange auto-delete no longer supported - access.request no longer supported - connection redirection no longer supported - trace frames no longer supported
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c707112f87..7515e71407 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -49,7 +49,7 @@
-record(resource, {virtual_host, kind, name}).
--record(exchange, {name, type, durable, auto_delete, arguments}).
+-record(exchange, {name, type, durable, arguments}).
-record(amqqueue, {name, durable, auto_delete, arguments, pid}).
@@ -105,7 +105,6 @@
#exchange{name :: exchange_name(),
type :: exchange_type(),
durable :: bool(),
- auto_delete :: bool(),
arguments :: amqp_table()}).
-type(binding() ::
#binding{exchange_name :: exchange_name(),