summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-05-17 04:08:36 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-05-17 04:08:36 +0100
commit3870c1b3ddaf6f147da33d98942a497ad60a8253 (patch)
treeda3e8e9d44135b6b02929bd0bfac3868c90d1f5d /include/rabbit.hrl
parentffd830f80c8e2e003e472c28c92b641a9ee0adaf (diff)
parent790ef6bc65d86fd1f1ab6c99cf43c7652af78fe1 (diff)
downloadrabbitmq-server-git-3870c1b3ddaf6f147da33d98942a497ad60a8253.tar.gz
merge bug24004 into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 9f483c307d..db4773b8ec 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -43,6 +43,7 @@
-record(resource, {virtual_host, kind, name}).
-record(exchange, {name, type, durable, auto_delete, internal, arguments}).
+-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
arguments, pid}).