summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-10-05 09:36:25 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-10-05 09:36:25 +0100
commit6c39deac72d788f09f27628b840169e1e106675d (patch)
treedbd721029767d9cf3487796f634f9632052c4c89 /include/rabbit.hrl
parent7f60fde50a2ad16a7c512063c18baba2af2b9ad5 (diff)
downloadrabbitmq-server-git-6c39deac72d788f09f27628b840169e1e106675d.tar.gz
cosmetics and minor refactoring
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 700523d7f7..5770cb9580 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -69,7 +69,8 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, immediate, txn, sender, message, origin, msg_seq_no}).
+-record(delivery, {mandatory, immediate, txn, sender, message,
+ origin, msg_seq_no}).
-record(amqp_error, {name, explanation, method = none}).
-record(event, {type, props, timestamp}).