summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-06-17 12:53:27 +0100
committerMatthew Sackman <matthew@lshift.net>2009-06-17 12:53:27 +0100
commit4ad4f4f855d32a0336c6a5fb46ae90ad0eea2234 (patch)
tree819f004fe7b2dd4e2e07f5e93f583751cdca0a99 /include/rabbit.hrl
parent0f044b9ee0564b24668c1ef3995248bea6e19c51 (diff)
downloadrabbitmq-server-git-4ad4f4f855d32a0336c6a5fb46ae90ad0eea2234.tar.gz
tabs and line length
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index a28409311c..b8425bafae 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -62,7 +62,8 @@
-record(listener, {node, protocol, host, port}).
--record(basic_message, {exchange_name, routing_key, content, guid, is_persistent}).
+-record(basic_message, {exchange_name, routing_key, content,
+ guid, is_persistent}).
-record(dq_msg_loc, {queue_and_seq_id, is_delivered, msg_id, next_seq_id}).
@@ -136,7 +137,7 @@
#basic_message{exchange_name :: exchange_name(),
routing_key :: routing_key(),
content :: content(),
- guid :: guid(),
+ guid :: guid(),
is_persistent :: bool()}).
-type(message() :: basic_message()).
-type(delivery() ::