summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 1b877214b7..fccfad9708 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -70,8 +70,8 @@
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message,
- origin, msg_seq_no}).
--record(amqp_error, {name, explanation, method = none}).
+ msg_seq_no}).
+-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).