summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 5a3006dd37..c7415f4579 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
-record(vhost_realm, {virtual_host, realm}).
-record(realm, {name,ignore}).
--record(realm_resource, {realm, resource}).
+-record(realm_resource, {realm, resource, durable}).
-record(user_realm, {username, realm, ticket_pattern}).