summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-09 18:01:40 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-09 18:01:40 +0100
commite8983d647d5fc4d817a2e108679fb6cfee35b03d (patch)
tree1b363b23e75a7289f7e216912c5b5a936dfa7fe5 /include
parent62a67bbe688bc5ce5aa0400da25a89fb9e852acb (diff)
parent14333df08bbb986c982fdf7a908cbb1cc1fc2ff9 (diff)
downloadrabbitmq-server-git-e8983d647d5fc4d817a2e108679fb6cfee35b03d.tar.gz
Merging default into bug 21673
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 1e2e52746c..4b1be43cda 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -62,8 +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(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).