summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() ::