summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@rabbitmq.com>2010-11-12 17:54:52 +0000
committerMichael Bridgen <mikeb@rabbitmq.com>2010-11-12 17:54:52 +0000
commitd540470194c039ad6c8b7cf2533c6357b122b260 (patch)
tree9e5f86ef578e5e08f9cdf107b13e96b57f9d5e73 /include/rabbit.hrl
parent5e5016944a98230bbeb2654ece5ff06e3679c546 (diff)
parent50f0ad283eabdd35f6958dc27c6d996c6d957bef (diff)
downloadrabbitmq-server-git-d540470194c039ad6c8b7cf2533c6357b122b260.tar.gz
Merge bug23354 (remove xmlto and half of universe as macports deps)
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index af6e257ade..a1987fb292 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -29,8 +29,8 @@
%% Contributor(s): ______________________________________.
%%
--record(user, {username, password, is_admin}).
--record(permission, {scope, configure, write, read}).
+-record(user, {username, password_hash, is_admin}).
+-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).
@@ -63,7 +63,7 @@
-record(binding, {source, key, destination, args = []}).
-record(reverse_binding, {destination, key, source, args = []}).
--record(listener, {node, protocol, host, port}).
+-record(listener, {node, protocol, host, ip_address, port}).
-record(basic_message, {exchange_name, routing_key, content, guid,
is_persistent}).
@@ -74,6 +74,8 @@
-record(event, {type, props, timestamp}).
+-record(message_properties, {expiry}).
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").